]> git.pld-linux.org Git - packages/curl.git/commitdiff
- really disable ssl when without ssl
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 27 Jun 2018 09:20:29 +0000 (11:20 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 27 Jun 2018 09:20:29 +0000 (11:20 +0200)
curl.spec

index efa2964e708c359837c40f834ea303df737972d6..ed1828cddf4b47f09a56cdb8c427693a908712ba 100644 (file)
--- 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} \
This page took 0.188232 seconds and 4 git commands to generate.