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