]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added CONFIGURE_ARCH to ./configure command in lfs/libjpeg
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/libjpeg

index 70a2181014848e8a5aceef7288fcc202ef689ecf..087e2d380396b004965d93149068607c17784b5a 100644 (file)
@@ -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)