diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-25 00:56:11 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-25 00:56:11 +0000 |
commit | a5a529f7e8855b28ac80a0854ebde5efd13afe6d (patch) | |
tree | 85b30a460d2d2f73c944cd71bfaae0bdd74be24f /packages/subversion/subversion_1.4.3.bb | |
parent | 89edf25da6cbf515358aaa5fd64987d2a04bbc4f (diff) | |
parent | 626030cab71d4fd02092e25aeff27f2b87d3e257 (diff) |
merge of '7460b51ee9cc9d17b403416ed3a84895ac86e667'
and 'cad8e5a9c094705cd6895a456eac5da6d41967bb'
Diffstat (limited to 'packages/subversion/subversion_1.4.3.bb')
-rw-r--r-- | packages/subversion/subversion_1.4.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/subversion/subversion_1.4.3.bb b/packages/subversion/subversion_1.4.3.bb index 9674329f6c..4871674cc8 100644 --- a/packages/subversion/subversion_1.4.3.bb +++ b/packages/subversion/subversion_1.4.3.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}" |