]> git.pld-linux.org Git - packages/curl.git/blobdiff - curl.spec
- don't add =/usr to --with-gnutls,--with-rtmp,--enable-ares (caused appending -L...
[packages/curl.git] / 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.213345 seconds and 4 git commands to generate.