From: Felix Fietkau Date: Sun, 23 Dec 2007 21:35:55 +0000 (+0000) Subject: fix subversion compile X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=b9e4f2a33afc1e55ad951020d6f27e8dc1147a6a;p=openwrt%2Fsvn-archive%2Fpackages.git fix subversion compile SVN-Revision: 9880 --- diff --git a/net/subversion/Makefile b/net/subversion/Makefile index 9064babb8..3d5f8dc08 100644 --- a/net/subversion/Makefile +++ b/net/subversion/Makefile @@ -45,8 +45,8 @@ define Package/subversion-server endef CONFIGURE_ARGS += \ - --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-neon="$(STAGING_DIR)/usr/include/neon" \ --disable-mod-activation \ --without-ruby-sitedir \