diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-21 16:19:39 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-21 16:19:39 +0000 |
commit | 5a780d6069d6bf4ed678cb2ebe1d907c8df71df1 (patch) | |
tree | 67d78e629cf61e8d0a9a5752af352eec9415d6af /packages/subversion/subversion_1.4.5.bb | |
parent | aec20185812f752b04917ebda2293440ace6b3db (diff) | |
parent | fc8bb1b8fad9b45a31b5b1081fb6c8a67d0654db (diff) |
merge of '6c2d621bdfd446c13552a5e4b126ef9c5dd20106'
and 'f8d54cc4c0dfc594e55d38708db17f5d5c68846a'
Diffstat (limited to 'packages/subversion/subversion_1.4.5.bb')
-rw-r--r-- | packages/subversion/subversion_1.4.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/subversion/subversion_1.4.5.bb b/packages/subversion/subversion_1.4.5.bb index 1daf45bd0c..5c15d67daf 100644 --- a/packages/subversion/subversion_1.4.5.bb +++ b/packages/subversion/subversion_1.4.5.bb @@ -11,7 +11,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}" |