fix subversion compile
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 23 Dec 2007 21:35:55 +0000 (21:35 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 23 Dec 2007 21:35:55 +0000 (21:35 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9880 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/subversion/Makefile

index 9064bab..3d5f8dc 100644 (file)
@@ -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 \