[Libreoffice-commits] .: python3/ExternalProject_python3.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Nov 19 02:19:04 PST 2012


 python3/ExternalProject_python3.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f36b2f43208b343189952ca70a922e7759dae3b2
Author: Tor Lillqvist <tml at iki.fi>
Date:   Mon Nov 19 12:17:32 2012 +0200

    Using --with-system-expat does seem to work also for a "bundled" one
    
    Change-Id: Iff8904ac0c856dd3175b429b4919a04a57c1b6ad

diff --git a/python3/ExternalProject_python3.mk b/python3/ExternalProject_python3.mk
index dc8e0ff..3dbf205 100644
--- a/python3/ExternalProject_python3.mk
+++ b/python3/ExternalProject_python3.mk
@@ -57,7 +57,7 @@ $(call gb_ExternalProject_get_state_target,python3,build) :
 	cd $(EXTERNAL_WORKDIR) \
 	&& ./configure \
 		$(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
-		$(if $(filter YES,$(SYSTEM_EXPAT)),--with-system-expat) \
+		--with-system-expat \
 		$(if $(strip $(VALGRIND_CFLAGS)),--with-valgrind) \
 		--prefix=/$(if $(filter MACOSX,$(OS)), at __________________________________________________OOO,python-inst) \
 		$(if $(filter AIX,$(OS)),--disable-ipv6 --with-threads CFLAGS="-g0") \


More information about the Libreoffice-commits mailing list