From: Michael Tremer Date: Tue, 1 Jul 2008 11:09:22 +0000 (+0000) Subject: Fixed cross-compiling of newt. X-Git-Tag: v3.0-alpha1~904 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=165bda16e6f82bae746282d8c8ebb2e07caed46d;p=ipfire-3.x.git Fixed cross-compiling of newt. --- diff --git a/lfs/newt b/lfs/newt index 53dbaa95a..9926fe7b9 100644 --- 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