diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 15:41:34 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 15:41:34 +0000 |
commit | 7a69d9fbf43f30ff2906614f0582814714f8e5e4 (patch) | |
tree | a65f3bda7d713032df4802d7ee6db8c83929c58d /packages/subversion | |
parent | 279f77d8047f7cd039dad30ee834e45cd1e26024 (diff) |
another set of parse errors fixing
Diffstat (limited to 'packages/subversion')
-rw-r--r-- | packages/subversion/subversion_1.3.1.bb | 2 | ||||
-rw-r--r-- | packages/subversion/subversion_1.4.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/subversion/subversion_1.3.1.bb b/packages/subversion/subversion_1.3.1.bb index fb9ecf4d45..8a5b18e109 100644 --- a/packages/subversion/subversion_1.3.1.bb +++ b/packages/subversion/subversion_1.3.1.bb @@ -10,7 +10,7 @@ SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \ file://apr-regex.patch;patch=1" EXTRA_OECONF = "--with-neon=${STAGING_DIR}/${BUILD_SYS} \ - --without-berkeley-db --without-apxs --without-apache \ + --without-berkeley-db --without-apxs --without-apache \ --without-swig --with-apr=${STAGING_BINDIR} \ --with-apr-util=${STAGING_BINDIR}" diff --git a/packages/subversion/subversion_1.4.0.bb b/packages/subversion/subversion_1.4.0.bb index 26fc1ff4a7..be55366fd0 100644 --- a/packages/subversion/subversion_1.4.0.bb +++ b/packages/subversion/subversion_1.4.0.bb @@ -11,7 +11,7 @@ SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \ file://disable-revision-install.patch;patch=1" EXTRA_OECONF = "--with-neon=${STAGING_DIR}/${BUILD_SYS} \ - --without-berkeley-db --without-apxs --without-apache \ + --without-berkeley-db --without-apxs --without-apache \ --without-swig --with-apr=${STAGING_BINDIR} \ --with-apr-util=${STAGING_BINDIR}" |