SPECS: libxml2.spec - configure --without-python if building witho...

qboosh qboosh at pld-linux.org
Thu Mar 8 23:43:42 CET 2007


Author: qboosh                       Date: Thu Mar  8 22:43:42 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- configure --without-python if building without python

---- Files affected:
SPECS:
   libxml2.spec (1.148 -> 1.149) 

---- Diffs:

================================================================
Index: SPECS/libxml2.spec
diff -u SPECS/libxml2.spec:1.148 SPECS/libxml2.spec:1.149
--- SPECS/libxml2.spec:1.148	Tue Feb 13 07:46:52 2007
+++ SPECS/libxml2.spec	Thu Mar  8 23:43:35 2007
@@ -135,7 +135,8 @@
 %{__autoheader}
 %{__automake}
 %configure \
-	%{!?with_static_libs:--enable-static=no}
+	%{!?with_static_libs:--enable-static=no} \
+	%{!?with_python:--without-python}
 
 %{__make}
 
@@ -234,6 +235,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.149  2007/03/08 22:43:35  qboosh
+- configure --without-python if building without python
+
 Revision 1.148  2007/02/13 06:46:52  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libxml2.spec?r1=1.148&r2=1.149&f=u



More information about the pld-cvs-commit mailing list