diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-02-21 13:19:23 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-02-21 13:19:23 +0000 |
commit | 7901d1674a37406ca0ae289256fc6ab16131a66b (patch) | |
tree | 0483e268cd8acd15998d462bca58835d13990f08 /packages/subversion/subversion_1.4.0.bb | |
parent | e05f5c59801f4f8d7bdfcb6e9b97c6b513654776 (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.bb | 2 |
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}" |