From fbf2ef9840e6b241d05651d8f8a26b7c0f11aa6d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 30 Sep 2005 17:25:47 +0000 Subject: Change db to 4.1.25, update PR's across the board git-svn-id: https://svn.o-hand.com/repos/poky@89 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- openembedded/packages/eds/eds-dbus/external_libdb.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openembedded/packages/eds/eds-dbus/external_libdb.patch') diff --git a/openembedded/packages/eds/eds-dbus/external_libdb.patch b/openembedded/packages/eds/eds-dbus/external_libdb.patch index ebb32403e..50b9e9b48 100644 --- a/openembedded/packages/eds/eds-dbus/external_libdb.patch +++ b/openembedded/packages/eds/eds-dbus/external_libdb.patch @@ -36,14 +36,14 @@ Index: trunk/configure.in AC_SUBST(REGEX_LIBS) dnl ****************************** -+dnl * db-4.3 checking ++dnl * db-4.1 checking +dnl ****************************** + -+AC_ARG_WITH(libdb43, [ --with-libdb43 Prefix where libdb 4.3 is installed]) ++AC_ARG_WITH(libdb41, [ --with-libdb41 Prefix where libdb 4.1 is installed]) +case $withval in +/*) + DB_CFLAGS="-I$withval/include/db4" -+ DB_LIBS="-L$withval/lib -ldb-4.3" ++ DB_LIBS="-L$withval/lib -ldb-4.1" + ;; +esac + -- cgit v1.2.3