]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed python build in uClibc stage.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Jun 2008 21:42:09 +0000 (21:42 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Jun 2008 21:42:09 +0000 (21:42 +0000)
lfs/python

index cb5450a19d420be4774df94248fdb912bff9c8e2..301e9e5d458f7ec783cb36a0408a137d1b56f4c9 100644 (file)
@@ -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