]> git.pld-linux.org Git - packages/curl.git/commitdiff
- pass CA bundle file name conditionaly depending on using SSL support. RA-1_0 curl-7_10_1-1
authorkloczek <kloczek@pld-linux.org>
Tue, 22 Oct 2002 17:12:15 +0000 (17:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    curl.spec -> 1.64

curl.spec

index 2aeb1a8d16e18ffae49d64369583b7f32c658bd0..850d5238d3be1613cd35b0a5090cbde6de7f9670 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -136,7 +136,7 @@ Bibliotecas est
 %build
 %configure \
        %{!?_without_ssl:--with-ssl=%{_prefix}} \
-       --with-ca-bundle=/usr/share/ssl/ca-bundle.crt \
+       %{!?_without_ssl:--with-ca-bundle=/usr/share/ssl/ca-bundle.crt} \
        --with-ipv6
 
 %{__make}
This page took 0.276579 seconds and 4 git commands to generate.