packages: curl/curl.spec - don't add =/usr to --with-gnutls, --with-rtmp, --e...
qboosh
qboosh at pld-linux.org
Sat Oct 9 07:32:13 CEST 2010
Author: qboosh Date: Sat Oct 9 05:32:12 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- don't add =/usr to --with-gnutls,--with-rtmp,--enable-ares (caused appending -L/usr/lib to linker flags)
---- Files affected:
packages/curl:
curl.spec (1.180 -> 1.181)
---- Diffs:
================================================================
Index: packages/curl/curl.spec
diff -u packages/curl/curl.spec:1.180 packages/curl/curl.spec:1.181
--- packages/curl/curl.spec:1.180 Mon Oct 4 20:24:02 2010
+++ packages/curl/curl.spec Sat Oct 9 07:32:07 2010
@@ -200,14 +200,14 @@
%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
@@ -258,6 +258,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.181 2010/10/09 05:32:07 qboosh
+- don't add =/usr to --with-gnutls,--with-rtmp,--enable-ares (caused appending -L/usr/lib to linker flags)
+
Revision 1.180 2010/10/04 18:24:02 baggins
- rel 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/curl/curl.spec?r1=1.180&r2=1.181&f=u
More information about the pld-cvs-commit
mailing list