SPECS: libraptor.spec - avoid using INN libs as date parsing sourc...

qboosh qboosh at pld-linux.org
Mon Jan 16 22:01:46 CET 2006


Author: qboosh                       Date: Mon Jan 16 21:01:46 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- avoid using INN libs as date parsing source (use curl instead)

---- Files affected:
SPECS:
   libraptor.spec (1.28 -> 1.29) 

---- Diffs:

================================================================
Index: SPECS/libraptor.spec
diff -u SPECS/libraptor.spec:1.28 SPECS/libraptor.spec:1.29
--- SPECS/libraptor.spec:1.28	Tue Jan 10 21:31:33 2006
+++ SPECS/libraptor.spec	Mon Jan 16 22:01:40 2006
@@ -84,7 +84,9 @@
 # avoid -s in LDFLAGS, `raptor-config --libs` would print it
 # (note: don't pass empty LDFLAGS - it would be overridden)
 LDFLAGS="`echo %{rpmldflags} | sed -e 's/\(^\| \)-s\>/ /'`"
+# avoid using parsedate from libinn, use curl_getdate instead
 %configure \
+	ac_cv_header_libinn_h=no \
 	--enable-release \
 	--with-html-dir=%{_gtkdocdir}
 %{__make}
@@ -132,6 +134,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.29  2006/01/16 21:01:40  qboosh
+- avoid using INN libs as date parsing source (use curl instead)
+
 Revision 1.28  2006/01/10 20:31:33  qboosh
 - updated to 1.4.8
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libraptor.spec?r1=1.28&r2=1.29&f=u



More information about the pld-cvs-commit mailing list