summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/eds/eds-dbus/external_libdb.patch
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/eds/eds-dbus/external_libdb.patch')
-rw-r--r--openembedded/packages/eds/eds-dbus/external_libdb.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/openembedded/packages/eds/eds-dbus/external_libdb.patch b/openembedded/packages/eds/eds-dbus/external_libdb.patch
index ebb32403e8..50b9e9b48a 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
36 AC_SUBST(REGEX_LIBS) 36 AC_SUBST(REGEX_LIBS)
37 37
38 dnl ****************************** 38 dnl ******************************
39+dnl * db-4.3 checking 39+dnl * db-4.1 checking
40+dnl ****************************** 40+dnl ******************************
41+ 41+
42+AC_ARG_WITH(libdb43, [ --with-libdb43 Prefix where libdb 4.3 is installed]) 42+AC_ARG_WITH(libdb41, [ --with-libdb41 Prefix where libdb 4.1 is installed])
43+case $withval in 43+case $withval in
44+/*) 44+/*)
45+ DB_CFLAGS="-I$withval/include/db4" 45+ DB_CFLAGS="-I$withval/include/db4"
46+ DB_LIBS="-L$withval/lib -ldb-4.3" 46+ DB_LIBS="-L$withval/lib -ldb-4.1"
47+ ;; 47+ ;;
48+esac 48+esac
49+ 49+