From: Michael Tremer Date: Thu, 25 Dec 2008 21:38:33 +0000 (+0100) Subject: Added CONFIGURE_ARCH to ./configure command in lfs/ncurses X-Git-Tag: v3.0-alpha1~322^2~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5dd1bfbfd4d2aff8a64c2a61221f2be48db0b5c2;p=ipfire-3.x.git Added CONFIGURE_ARCH to ./configure command in lfs/ncurses --- diff --git a/lfs/ncurses b/lfs/ncurses index 21cc28dfd..c6b6a7896 100644 --- a/lfs/ncurses +++ b/lfs/ncurses @@ -83,6 +83,7 @@ endif ifeq "$(STAGE)" "base" cd $(DIR_APP) && \ ./configure \ + $(CONFIGURE_ARCH) \ --prefix=/usr \ --with-shared \ --without-debug \