From bb6f4eb079c479d1d743b0bcabe43941c87d8339 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 23 Dec 2007 21:35:55 +0000 Subject: [PATCH] fix subversion compile SVN-Revision: 9880 --- net/subversion/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/subversion/Makefile b/net/subversion/Makefile index 9064babb8d..3d5f8dc080 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 \ -- 2.30.2