packages: libxml2/libxml2.spec - mem_debug bcond added

jajcus jajcus at pld-linux.org
Tue Feb 1 10:47:27 CET 2011


Author: jajcus                       Date: Tue Feb  1 09:47:27 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- mem_debug bcond added

---- Files affected:
packages/libxml2:
   libxml2.spec (1.185 -> 1.186) 

---- Diffs:

================================================================
Index: packages/libxml2/libxml2.spec
diff -u packages/libxml2/libxml2.spec:1.185 packages/libxml2/libxml2.spec:1.186
--- packages/libxml2/libxml2.spec:1.185	Sat Nov 13 19:40:24 2010
+++ packages/libxml2/libxml2.spec	Tue Feb  1 10:47:22 2011
@@ -7,6 +7,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
@@ -156,7 +157,8 @@
 %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}
 
@@ -269,6 +271,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.186  2011/02/01 09:47:22  jajcus
+- mem_debug bcond added
+
 Revision 1.185  2010/11/13 18:40:24  qboosh
 - added version-script patch (fixes missing versioned symbols regression)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libxml2/libxml2.spec?r1=1.185&r2=1.186&f=u



More information about the pld-cvs-commit mailing list