From: Michael Tremer Date: Thu, 25 Dec 2008 21:38:34 +0000 (+0100) Subject: Added CONFIGURE_ARCH to ./configure command in lfs/parted X-Git-Tag: v3.0-alpha1~322^2~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=509d043d1a33444189effc8dc9bf2f8f8d4fc153;p=ipfire-3.x.git Added CONFIGURE_ARCH to ./configure command in lfs/parted --- diff --git a/lfs/parted b/lfs/parted index 05bb0a61a..91251f5ef 100644 --- a/lfs/parted +++ b/lfs/parted @@ -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 \