projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1677358
)
fix subversion compile
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 23 Dec 2007 21:35:55 +0000
(21:35 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 23 Dec 2007 21:35:55 +0000
(21:35 +0000)
SVN-Revision: 9880
net/subversion/Makefile
patch
|
blob
|
history
diff --git
a/net/subversion/Makefile
b/net/subversion/Makefile
index 9064babb8d62b69b6e44748f26825fcc65bc3bce..3d5f8dc080f97ce3d1e46bf521eff06c556df3ba 100644
(file)
--- 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 \