]> git.pld-linux.org Git - packages/curl.git/commitdiff
updated ssl configure options
authorJan Palus <atler@pld-linux.org>
Sun, 25 Jul 2021 10:07:45 +0000 (12:07 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 25 Jul 2021 10:07:45 +0000 (12:07 +0200)
curl.spec

index 427ea67fd3ec8d1c46caf5308cf63383b0db1e56..24c755dd7101b26c20cf63ac36fb6059799d3269 100644 (file)
--- 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}} \
This page took 0.253312 seconds and 4 git commands to generate.