]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added CONFIGURE_ARCH to ./configure command in lfs/gawk
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 25 Dec 2008 21:38:31 +0000 (22:38 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 25 Dec 2008 21:38:31 +0000 (22:38 +0100)
lfs/gawk

index 4eb0134b9d4045b3c989b238064735f887b746ce..1caa3a5b18daf1f1028c94c0f647d3e3e85af81c 100644 (file)
--- 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