X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fapache%2FMakefile;h=47dbcd065866c9b004478fbef56f6fba7fc212b4;hp=0658903ba55355c3c837d4a41d4936f287157765;hb=0ae26fed6dc87533390a03e9ef3e0ab234da1f10;hpb=acdb0e81d9f354161b53b74d9e4ca280a7762bf0 diff --git a/net/apache/Makefile b/net/apache/Makefile index 0658903ba5..47dbcd0658 100644 --- a/net/apache/Makefile +++ b/net/apache/Makefile @@ -80,9 +80,9 @@ endef define Build/Configure $(call Build/Configure/Default, \ - --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" \ + --with-apr="$(STAGING_DIR)/host/bin/apr-1-config" \ + --with-apr-util="$(STAGING_DIR)/host/bin/apu-1-config" \ + --with-pcre="$(STAGING_DIR)/host/bin/pcre-config" \ --enable-http \ --enable-ssl \ --enable-proxy \