summaryrefslogtreecommitdiff
path: root/packages/subversion/subversion_1.4.0.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2008-02-21 13:19:23 +0000
committerRichard Purdie <rpurdie@rpsys.net>2008-02-21 13:19:23 +0000
commit7901d1674a37406ca0ae289256fc6ab16131a66b (patch)
tree0483e268cd8acd15998d462bca58835d13990f08 /packages/subversion/subversion_1.4.0.bb
parente05f5c59801f4f8d7bdfcb6e9b97c6b513654776 (diff)
subversion: Remove hardcoded or plain broken staging references
Diffstat (limited to 'packages/subversion/subversion_1.4.0.bb')
-rw-r--r--packages/subversion/subversion_1.4.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/subversion/subversion_1.4.0.bb b/packages/subversion/subversion_1.4.0.bb
index 59f42b8c66..305b13c6a4 100644
--- a/packages/subversion/subversion_1.4.0.bb
+++ b/packages/subversion/subversion_1.4.0.bb
@@ -10,7 +10,7 @@ SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \
file://disable-revision-install.patch;patch=1 \
file://neon-detection.patch;patch=1"
-EXTRA_OECONF = "--with-neon=${STAGING_DIR}/${TARGET_SYS} \
+EXTRA_OECONF = "--with-neon=${STAGING_EXECPREFIXDIR} \
--without-berkeley-db --without-apxs --without-apache \
--without-swig --with-apr=${STAGING_BINDIR_CROSS} \
--with-apr-util=${STAGING_BINDIR_CROSS}"