From: Michael Tremer Date: Tue, 3 Jun 2008 21:42:09 +0000 (+0000) Subject: Fixed python build in uClibc stage. X-Git-Tag: v3.0-alpha1~988 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=599bf5d45abfadedd785c3d488426a19087c25ae;p=ipfire-3.x.git Fixed python build in uClibc stage. --- diff --git a/lfs/python b/lfs/python index cb5450a19..301e9e5d4 100644 --- a/lfs/python +++ b/lfs/python @@ -83,10 +83,11 @@ ifeq "$(STAGE)" "installer" --host=$(UCLIBC_TARGET) \ --enable-shared \ --disable-ipv6 \ - --with-cxx=no - cd $(DIR_APP) && make $(PARALLELISMFLAGS) \ + --with-cxx=no \ + --without-threads + cd $(DIR_APP) && make $(PARALLELISMFLAGS) $(U_TOOLS) \ HOSTPYTHON=./hostpython HOSTPGEN=./Parser/hostpgen - cd $(DIR_APP) && make install DESTDIR=$(INSTALLER_DIR) \ + cd $(DIR_APP) && make install DESTDIR=$(INSTALLER_DIR) $(U_TOOLS) \ HOSTPYTHON=./hostpython HOSTPGEN=./Parser/hostpgen endif