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

diff --git a/lfs/lzo b/lfs/lzo
index 67da29f588c9aaeb5a269684b9c07cdc93c7d03f..e21ebf10f5c8c7dfebf38bd0f112cd1af4706f39 100644 (file)
--- a/lfs/lzo
+++ b/lfs/lzo
@@ -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 --enable-shared --disable-static
+       cd $(DIR_APP) && \
+               ./configure \
+                       $(CONFIGURE_ARCH) \
+                       --prefix=/usr \
+                       --enable-shared \
+                       --disable-static
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)