fix apache compile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9877 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2007-12-23 21:35:37 +00:00
parent 3dc81ed1c1
commit 93697f7adf
3 changed files with 26 additions and 24 deletions

View File

@ -80,8 +80,8 @@ endef
define Build/Configure
$(call Build/Configure/Default, \
--with-apr="$(STAGING_DIR)/usr/bin/apr-1-config" \
--with-apr-util="$(STAGING_DIR)/usr/bin/apu-1-config" \
--with-apr="$(STAGING_DIR_HOST)/bin/apr-1-config" \
--with-apr-util="$(STAGING_DIR_HOST)/bin/apu-1-config" \
--with-pcre="$(STAGING_DIR)/usr/bin/pcre-config" \
--enable-http \
--enable-ssl \