From: Michael Tremer Date: Thu, 25 Dec 2008 21:38:30 +0000 (+0100) Subject: Added CONFIGURE_ARCH to ./configure command in lfs/cpio X-Git-Tag: v3.0-alpha1~322^2~118 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=98c409caa9b4ac271d3d3e80a2e4fce904432121;p=ipfire-3.x.git Added CONFIGURE_ARCH to ./configure command in lfs/cpio --- diff --git a/lfs/cpio b/lfs/cpio index 9e4cd6114..becfad525 100644 --- 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 \