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

diff --git a/lfs/sed b/lfs/sed
index bb4852c4905209577643d61988701e15890ce764..94218e878a6880b9f166749c8e4ad78f5902f91b 100644 (file)
--- a/lfs/sed
+++ b/lfs/sed
@@ -65,6 +65,7 @@ endif
 ifeq "$(STAGE)" "base"
        cd $(DIR_APP) && \
                ./configure \
+                       $(CONFIGURE_ARCH) \
                        --prefix=/usr \
                        --bindir=/bin \
                        --enable-html \