From: Michael Tremer Date: Thu, 25 Dec 2008 21:38:33 +0000 (+0100) Subject: Added CONFIGURE_ARCH to ./configure command in lfs/lighttpd X-Git-Tag: v3.0-alpha1~322^2~62 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=20a3be72604e2bb2f28014d3ce2ebb7392f39597;p=ipfire-3.x.git Added CONFIGURE_ARCH to ./configure command in lfs/lighttpd --- diff --git a/lfs/lighttpd b/lfs/lighttpd index 2fb13d9af..878ad4355 100644 --- a/lfs/lighttpd +++ b/lfs/lighttpd @@ -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 \