]> git.pld-linux.org Git - packages/curl.git/commitdiff
- don't add =/usr to --with-gnutls,--with-rtmp,--enable-ares (caused appending -L...
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 9 Oct 2010 05:32:07 +0000 (05:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    curl.spec -> 1.181

curl.spec

index b1d97ea674f13330a6ecb6d4bb85af93071d4b17..7c4ef0940752b3bc1e6d0e035ed1a386eb038892 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -199,14 +199,14 @@ Bibliotecas estáticas para desenvolvimento com o curl.
 %if %{with ssl}
        --with-ca-bundle=/etc/certs/ca-certificates.crt \
 %if %{with gnutls}
-       --with-gnutls=%{_prefix} --without-ssl \
+       --with-gnutls --without-ssl \
 %else
        --with-ssl=%{_prefix} \
 %endif
 %endif
        %{?with_kerberos5:--with-gssapi=%{_prefix}} \
-       %{?with_ares:--enable-ares=%{_prefix}} \
-       %{?with_rtmp:--with-librtmp=%{_prefix}} \
+       %{?with_rtmp:--with-librtmp} \
+       %{?with_ares:--enable-ares} \
        --enable-ldaps \
        --enable-ipv6
 
This page took 0.41087 seconds and 4 git commands to generate.