]> git.pld-linux.org Git - packages/libxml2.git/commitdiff
- configure --without-python if building without python
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 8 Mar 2007 22:43:35 +0000 (22:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libxml2.spec -> 1.149

libxml2.spec

index dc8a6365993355e54ae0a28b1e7ff01672d444af..e98c3df5dee1fed7264c2d10173c6e97648f8237 100644 (file)
@@ -134,7 +134,8 @@ sed -i -e 's,-L/usr/lib64,-L/usr/%{_lib},' xml2-config.in
 %{__autoheader}
 %{__automake}
 %configure \
-       %{!?with_static_libs:--enable-static=no}
+       %{!?with_static_libs:--enable-static=no} \
+       %{!?with_python:--without-python}
 
 %{__make}
 
This page took 0.417299 seconds and 4 git commands to generate.