[packages/curl] - really disable ssl when without ssl
arekm
arekm at pld-linux.org
Wed Jun 27 11:22:49 CEST 2018
commit 0eee87e52ddd3af001433563da50f72bd737c61d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Jun 27 11:20:29 2018 +0200
- really disable ssl when without ssl
curl.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/curl.spec b/curl.spec
index efa2964..ed1828c 100644
--- a/curl.spec
+++ b/curl.spec
@@ -239,6 +239,8 @@ Dopełnianianie parametrów w ZSH dla polecenia curl.
%else
--with-ssl=%{_prefix} \
%endif
+%else
+ --without-ssl --without-gnutls \
%endif
%{__with_without kerberos5 gssapi %{_prefix}} \
%{__with_without metalink libmetalink} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/curl.git/commitdiff/0eee87e52ddd3af001433563da50f72bd737c61d
More information about the pld-cvs-commit
mailing list