SOURCES: courier-db.patch - fix linker options for 0.58.0
hawk
hawk at pld-linux.org
Sun Jan 20 15:21:37 CET 2008
Author: hawk Date: Sun Jan 20 14:21:37 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix linker options for 0.58.0
---- Files affected:
SOURCES:
courier-db.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/courier-db.patch
diff -u SOURCES/courier-db.patch:1.1 SOURCES/courier-db.patch:1.2
--- SOURCES/courier-db.patch:1.1 Fri Mar 25 00:39:20 2005
+++ SOURCES/courier-db.patch Sun Jan 20 15:21:31 2008
@@ -12,3 +12,22 @@
EXTRA_DIST = maildroptips.html $(BUILT_SOURCES)\
maildrop.lsm testsuite.txt
+--- courier-0.58.0.orig/tcpd/configure.in 2008-01-20 00:58:25.950145421 +0100
++++ courier-0.58.0/tcpd/configure.in 2008-01-20 01:00:02.381596233 +0100
+@@ -83,14 +83,14 @@
+ USE_DB=0
+ LIBDB=""
+ dblibrary=../gdbmobj/libgdbmobj.la
+- LIBGDBM="-Wl,$LIBGDBM"
++ LIBGDBM="$LIBGDBM"
+ ;;
+ db)
+ USE_DB=1
+ USE_GDBM=0
+ LIBGDBM=""
+ dblibrary=../bdbobj/libbdbobj.la
+- LIBDB="-Wl,$LIBDB"
++ LIBDB="$LIBDB"
+ ;;
+ *)
+ COURIERTCPD=""
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/courier-db.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list