Kaydet (Commit) f36b2f43 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Using --with-system-expat does seem to work also for a "bundled" one

Change-Id: Iff8904ac0c856dd3175b429b4919a04a57c1b6ad
üst 4ac09351
......@@ -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)),@__________________________________________________OOO,python-inst) \
$(if $(filter AIX,$(OS)),--disable-ipv6 --with-threads CFLAGS="-g0") \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment