From: Michael Tremer Date: Thu, 25 Dec 2008 21:38:30 +0000 (+0100) Subject: Added CONFIGURE_ARCH to ./configure command in lfs/bash X-Git-Tag: v3.0-alpha1~322^2~130 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3bf518e20a093aec21ee49928e1829dfafda960f;p=ipfire-3.x.git Added CONFIGURE_ARCH to ./configure command in lfs/bash --- diff --git a/lfs/bash b/lfs/bash index c9b2b0dab..abe77e394 100644 --- a/lfs/bash +++ b/lfs/bash @@ -118,6 +118,7 @@ ifeq "$(STAGE)" "base" cd $(DIR_APP) && \ ac_cv_func_working_mktime=yes \ ./configure \ + $(CONFIGURE_ARCH) \ --prefix=/usr \ --bindir=/bin \ --without-bash-malloc \