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