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

index c9b2b0dab9dacb394d9c79ec7a03c6e8e8ce1265..abe77e39446cb1e6a6732e4d28450e0b681476c2 100644 (file)
--- 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 \