]> git.pld-linux.org Git - packages/libetpan.git/commitdiff
- use db4.5 (if available) to linking
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 30 Sep 2006 14:05:26 +0000 (14:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libetpan-db.patch -> 1.1

libetpan-db.patch [new file with mode: 0644]

diff --git a/libetpan-db.patch b/libetpan-db.patch
new file mode 100644 (file)
index 0000000..b86ea23
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN libetpan-0.46/configure.in libetpan-0.46.new/configure.in
+--- libetpan-0.46/configure.in 2006-07-12 17:56:48.000000000 +0200
++++ libetpan-0.46.new/configure.in     2006-09-30 15:36:11.000000000 +0200
+@@ -287,7 +287,7 @@
+   case "$DBVERS" in
+     3)
+     AC_MSG_RESULT([version 3.x or above])
+-    for lib in db-4.4 db-4.3 db-4.2 db-4.1 db-4.0 db-4 db4 db-3.2 db-3 db3 db; do
++    for lib in db-4.5 db-4.4 db-4.3 db-4.2 db-4.1 db-4.0 db-4 db4 db-3.2 db-3 db3 db; do
+       if test "x$DBLINKED" = "x0"; then
+ dnl        AC_CHECK_LIB($lib, db_create, [DBLIB="-l$lib"; DBLINKED=1], [])
+ dnl installations of libdb4 function names are defined in db.h
This page took 0.110531 seconds and 4 git commands to generate.