SPECS: curl.spec - pass --with-gssapi instead of --with-gssapi-inc...
qboosh
qboosh at pld-linux.org
Mon Feb 20 20:58:00 CET 2006
Author: qboosh Date: Mon Feb 20 19:58:00 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pass --with-gssapi instead of --with-gssapi-includes to get more sane -L flag
---- Files affected:
SPECS:
curl.spec (1.114 -> 1.115)
---- Diffs:
================================================================
Index: SPECS/curl.spec
diff -u SPECS/curl.spec:1.114 SPECS/curl.spec:1.115
--- SPECS/curl.spec:1.114 Wed Dec 14 12:59:07 2005
+++ SPECS/curl.spec Mon Feb 20 20:57:54 2006
@@ -165,7 +165,7 @@
%configure \
%{?with_ssl:--with-ssl=%{_prefix}} \
%{?with_ssl:--with-ca-bundle=/usr/share/ssl/ca-bundle.crt} \
- %{?with_heimdal:--with-gssapi-includes=%{_includedir}} \
+ %{?with_heimdal:--with-gssapi=%{_prefix}} \
--with-ipv6
%{__make}
@@ -213,6 +213,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.115 2006/02/20 19:57:54 qboosh
+- pass --with-gssapi instead of --with-gssapi-includes to get more sane -L flag
+
Revision 1.114 2005/12/14 11:59:07 qboosh
- updated to 7.15.1 (fixes CVE-2005-4077)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/curl.spec?r1=1.114&r2=1.115&f=u
More information about the pld-cvs-commit
mailing list