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

index 05bb0a61a85350cacf591f671c48ed8f852df3e0..91251f5ef2e19c4fedf21e45520b3a36e517f4cc 100644 (file)
@@ -55,7 +55,9 @@ $(OBJECT) :
        @rm -rf $(DIR_APP)
        @cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && \
-               ./configure --prefix=/usr \
+               ./configure \
+                       $(CONFIGURE_ARCH) \
+                       --prefix=/usr \
                        --without-readline \
                        --disable-nls \
                        --disable-Werror \