From: Michael Tremer Date: Thu, 25 Dec 2008 21:38:31 +0000 (+0100) Subject: Added CONFIGURE_ARCH to ./configure command in lfs/gawk X-Git-Tag: v3.0-alpha1~322^2~98 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=011bbc44979e33eb96ef7fb18ed9b18436c22e61;p=ipfire-3.x.git Added CONFIGURE_ARCH to ./configure command in lfs/gawk --- diff --git a/lfs/gawk b/lfs/gawk index 4eb0134b9..1caa3a5b1 100644 --- a/lfs/gawk +++ b/lfs/gawk @@ -71,6 +71,7 @@ ifeq "$(STAGE)" "base" cd $(DIR_APP) && \ ac_cv_func_working_mktime=yes \ ./configure \ + $(CONFIGURE_ARCH) \ --prefix=/usr \ --libexecdir=/usr/lib cd $(DIR_APP) && echo "#define HAVE_LANGINFO_CODESET 1" >> config.h