summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2019-03-10 10:04:51 (GMT)
committerJakub Bogusz2019-03-10 10:04:51 (GMT)
commit0255a2d6f5d53fff9a922e1a5a69d3e8aed4bade (patch)
tree59ea1e533dfa39851572a3113b909d2417729f95
parentdf3400fbd14c087c81935e691a5f0d51aaef9048 (diff)
downloadgnutls-0255a2d6f5d53fff9a922e1a5a69d3e8aed4bade.zip
gnutls-0255a2d6f5d53fff9a922e1a5a69d3e8aed4bade.tar.gz
- bcond desc
-rw-r--r--gnutls.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnutls.spec b/gnutls.spec
index f39bc93..264122f 100644
--- a/gnutls.spec
+++ b/gnutls.spec
@@ -5,7 +5,7 @@
%bcond_without tpm # TPM support in gnutls
%bcond_without static_libs # static libraries
%bcond_without doc # do not generate documentation
-%bcond_without guile
+%bcond_without guile # Guile binding
#
Summary: The GNU Transport Layer Security Library
Summary(pl.UTF-8): Biblioteka GNU TLS (Transport Layer Security)
@@ -260,14 +260,14 @@ Wiązania Guile do GnuTLS.
%{__autoheader}
%{__automake}
%configure \
+ %{!?with_doc:--disable-doc} \
+ %{!?with_guile:--disable-guile} \
%{?with_openssl:--enable-openssl-compatibility} \
--disable-silent-rules \
%{?with_static_libs:--enable-static} \
--with-default-trust-store-file=/etc/certs/ca-certificates.crt \
%{!?with_tpm:--without-tpm} \
- %{!?with_guile:--enable-guile=no} \
- --with-trousers-lib=%{_libdir}/libtspi.so.1 \
- %{!?with_doc:--disable-doc}
+ --with-trousers-lib=%{_libdir}/libtspi.so.1
# docs build is broken with -jN
%{__make} -j1