]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added CONFIGURE_ARCH to ./configure command in lfs/cpio
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/cpio

index 9e4cd61142edcc7d50decfffe321adaf86beeaa5..becfad5251a2d15a1ab8edb42b46558644f53449 100644 (file)
--- a/lfs/cpio
+++ b/lfs/cpio
@@ -76,7 +76,9 @@ $(OBJECT): $(objects)
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && LDFLAGS="-z muldefs" \
-               ./configure CPIO_MT_PROG=mt \
+               CPIO_MT_PROG=mt \
+               ./configure \
+                       $(CONFIGURE_ARCH)\
                        --prefix=/usr \
                        --bindir=/bin \
                        --libexecdir=/tmp \