From: Michael Tremer Date: Thu, 25 Dec 2008 21:38:31 +0000 (+0100) Subject: Added CONFIGURE_ARCH to ./configure command in lfs/fcron X-Git-Tag: v3.0-alpha1~322^2~104 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4cdc055207f0bbf6399ae0d2e8bc727d188f7f79;p=ipfire-3.x.git Added CONFIGURE_ARCH to ./configure command in lfs/fcron --- diff --git a/lfs/fcron b/lfs/fcron index 4936d9262..2b7b1b858 100644 --- a/lfs/fcron +++ b/lfs/fcron @@ -79,6 +79,7 @@ $(OBJECT): $(objects) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && \ ./configure \ + $(CONFIGURE_ARCH) \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \