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

index 08b6abfb5e6d562b537d33a1aeec0f70377a0fdb..60691567a935aaf6021f55106e114ac14434826a 100644 (file)
--- a/lfs/gzip
+++ b/lfs/gzip
@@ -86,7 +86,11 @@ endif
 
 ifeq "$(STAGE)" "base"
        cd $(DIR_APP) && sed -i 's/futimens/gl_&/' gzip.c lib/utimens.{c,h}
-       cd $(DIR_APP) && ./configure --prefix=/usr --bindir=/bin
+       cd $(DIR_APP) && \
+               ./configure \
+                       $(CONFIGURE_ARCH) \
+                       --prefix=/usr \
+                       --bindir=/bin
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install
        mv -v /bin/{gzexe,uncompress,zcmp,zdiff,zegrep} /usr/bin