]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
Fixed cross-compiling of newt.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 1 Jul 2008 11:09:22 +0000 (11:09 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 1 Jul 2008 11:09:22 +0000 (11:09 +0000)
lfs/newt

index 53dbaa95a66f6310c6bbd6ec1d111d3bc49f7392..9926fe7b99fefaa39c5a76258470621aac6091c8 100644 (file)
--- a/lfs/newt
+++ b/lfs/newt
@@ -64,11 +64,12 @@ ifeq "$(STAGE)" "ipfire"
 endif
 
 ifeq "$(STAGE)" "installer"
-       cd $(DIR_APP) && ./configure --prefix=/usr \
-                                               --target=$(UCLIBC_TARGET) \
-                                               --host=$(UCLIBC_TARGET) \
-                                               --without-gpm-support \
-                                               --without-tcl
+       cd $(DIR_APP) && $(U_TOOLS) \
+               ./configure \
+                       --host=$(UCLIBC_TARGET) \
+                       --prefix=/usr \
+                       --without-gpm-support \
+                       --without-tcl
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install instroot=$(INSTALLER_DIR)
 endif