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

index 2fb13d9af66bb08b77ef89b2ec80b77c579c185d..878ad4355f635e022a62305cd562a9d815c85ca4 100644 (file)
@@ -55,6 +55,7 @@ $(OBJECT) :
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
 
        cd $(DIR_APP) && ./configure \
+                       $(CONFIGURE_ARCH) \
                        --prefix=/usr \
                        --libdir=/usr/lib/$(PKG_NAME) \
                        --with-ldap \