fix subversion compile
authorFelix Fietkau <nbd@openwrt.org>
Sun, 23 Dec 2007 21:35:55 +0000 (21:35 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 23 Dec 2007 21:35:55 +0000 (21:35 +0000)
SVN-Revision: 9880

net/subversion/Makefile

index 9064babb8d62b69b6e44748f26825fcc65bc3bce..3d5f8dc080f97ce3d1e46bf521eff06c556df3ba 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 \