diff options
author | Koen Kooi <koen@openembedded.org> | 2006-12-21 22:36:53 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-12-21 22:36:53 +0000 |
commit | 23c147314ce4024329500380dbca62baf45452db (patch) | |
tree | 234c09d1bb3974a6851ddf72f38694868336c4ca /packages/subversion/subversion_1.4.0.bb | |
parent | 0c56028ff0d33748c3a8467f298f8770d7b2705a (diff) |
subversion 1.4.0: it builds now
Diffstat (limited to 'packages/subversion/subversion_1.4.0.bb')
-rw-r--r-- | packages/subversion/subversion_1.4.0.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/subversion/subversion_1.4.0.bb b/packages/subversion/subversion_1.4.0.bb index ac0b821d35..3c65d1d0a8 100644 --- a/packages/subversion/subversion_1.4.0.bb +++ b/packages/subversion/subversion_1.4.0.bb @@ -1,12 +1,10 @@ DESCRIPTION = "The Subversion (svn) client" SECTION = "console/network" -DEPENDS = "apr-util-0.9.12 neon" +DEPENDS = "apr-util neon" LICENSE = "Apache/BSD" HOMEPAGE = "http://subversion.tigris.org" PR = "r0" -DEFAULT_PREFERENCE = "-1" - SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \ file://disable-revision-install.patch;patch=1" @@ -15,8 +13,13 @@ EXTRA_OECONF = "--with-neon=${STAGING_DIR}/${BUILD_SYS} \ --without-swig --with-apr=${STAGING_BINDIR_CROSS} \ --with-apr-util=${STAGING_BINDIR_CROSS}" + inherit autotools +export LDFLAGS += " -L${STAGING_LIBDIR} " + do_configure() { + gnu-configize + libtoolize --force oe_runconf } |