From: Michael Tremer Date: Thu, 25 Dec 2008 21:38:32 +0000 (+0100) Subject: Added CONFIGURE_ARCH to ./configure command in lfs/libpng X-Git-Tag: v3.0-alpha1~322^2~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b272a62c59c0aecea4df2d45d43e4ef39cb2a233;p=ipfire-3.x.git Added CONFIGURE_ARCH to ./configure command in lfs/libpng --- diff --git a/lfs/libpng b/lfs/libpng index d86499769..82d92bd68 100644 --- a/lfs/libpng +++ b/lfs/libpng @@ -53,7 +53,11 @@ $(objects) : $(OBJECT) : @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr --disable-static + cd $(DIR_APP) && \ + ./configure \ + $(CONFIGURE_ARCH) \ + --prefix=/usr \ + --disable-static cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)