]> git.pld-linux.org Git - packages/libxml2.git/commitdiff
- mem_debug bcond added
authorJacek Konieczny <jajcus@pld-linux.org>
Tue, 1 Feb 2011 09:47:22 +0000 (09:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libxml2.spec -> 1.186

libxml2.spec

index 509708c2c8d8d8cb86ba3c393751804b9de31ee0..4c6945f4287f6957d3537999227ac1973b727a6b 100644 (file)
@@ -6,6 +6,7 @@
 %bcond_without python          # don't build python module
 %bcond_without static_libs     # don't build static libraries
 %bcond_without zlib            # don't use zlib
+%bcond_with    mem_debug       # enable libxml2 memory debuging
 
 Summary:       libXML library
 Summary(es.UTF-8):     Biblioteca libXML version 2
@@ -155,7 +156,8 @@ Moduły języka Python dla biblioteki libxml2.
 %configure \
        %{!?with_static_libs:--enable-static=no} \
        %{!?with_python:--without-python} \
-       %{!?with_zlib:--with-zlib=no}
+       %{!?with_zlib:--with-zlib=no} \
+       --with%{!?with_mem_debug:out}-mem-debug
 
 %{__make}
 
This page took 0.208753 seconds and 4 git commands to generate.