[packages/curl] updated ssl configure options

atler atler at pld-linux.org
Sun Jul 25 12:22:48 CEST 2021


commit 8210eba81a3201d26c52f18e15736ea9ac0f0b5b
Author: Jan Palus <atler at pld-linux.org>
Date:   Sun Jul 25 12:07:45 2021 +0200

    updated ssl configure options

 curl.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/curl.spec b/curl.spec
index 427ea67..24c755d 100644
--- a/curl.spec
+++ b/curl.spec
@@ -259,12 +259,12 @@ Dopełnianianie parametrów w ZSH dla polecenia curl.
 %if %{with ssl}
 	--with-ca-bundle=/etc/certs/ca-certificates.crt \
 %if %{with gnutls}
-	--with-gnutls --without-ssl \
+	--with-gnutls --without-openssl \
 %else
-	--with-ssl=%{_prefix} \
+	--with-openssl=%{_prefix} \
 %endif
 %else
-	--without-ssl --without-gnutls \
+	--without-ssl \
 %endif
 	--with-fish-functions-dir=%{fish_compdir} \
 	%{__with_without kerberos5 gssapi %{_prefix}} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/curl.git/commitdiff/8210eba81a3201d26c52f18e15736ea9ac0f0b5b



More information about the pld-cvs-commit mailing list