[Libreoffice-commits] core.git: libxml2/ExternalProject_xml2.mk
Michael Stahl
mstahl at redhat.com
Wed Feb 13 04:21:52 PST 2013
libxml2/ExternalProject_xml2.mk | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 75ce51026e699d74e3f5bc5f7e19e24ae3fd20ea
Author: Michael Stahl <mstahl at redhat.com>
Date: Wed Feb 13 12:57:02 2013 +0100
libxml2: do not use --with-mem-debug
it prints millions of lines of output.
Change-Id: I99039f9039a7928f47d4a1d3f9bc36634240888c
diff --git a/libxml2/ExternalProject_xml2.mk b/libxml2/ExternalProject_xml2.mk
index cce11cd..b687736 100644
--- a/libxml2/ExternalProject_xml2.mk
+++ b/libxml2/ExternalProject_xml2.mk
@@ -14,6 +14,7 @@ $(eval $(call gb_ExternalProject_use_unpacked,xml2,xml2))
$(eval $(call gb_ExternalProject_register_targets,xml2,\
build \
))
+
ifeq ($(OS),WNT)
ifeq ($(COM),GCC)
$(call gb_ExternalProject_get_state_target,xml2,build):
@@ -39,7 +40,7 @@ else # OS!=WNT
$(call gb_ExternalProject_get_state_target,xml2,build):
cd $(EXTERNAL_WORKDIR) \
&& ./configure --disable-ipv6 --without-python --without-zlib --with-sax1 \
- $(if $(debug),--with-mem-debug --with-run-debug) \
+ $(if $(debug),--with-run-debug) \
$(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
$(if $(filter MACOSX,$(OS)),--prefix=/@.__________________________________________________OOO) \
LDFLAGS="$(if $(SYSBASE),-L$(SYSBASE)/usr/lib)" \
@@ -48,4 +49,5 @@ $(call gb_ExternalProject_get_state_target,xml2,build):
&& $(MAKE) \
&& touch $@
endif
+
# vim: set noet sw=4 ts=4:
More information about the Libreoffice-commits
mailing list