]> git.pld-linux.org Git - packages/courier.git/commitdiff
- updated for 0.61.2
authorhawk <hawk@pld-linux.org>
Sun, 15 Mar 2009 17:42:50 +0000 (17:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    courier-db.patch -> 1.3

courier-db.patch

index 722e22f3c378773950182b62d0bc6ac0574fbee1..cfbf94a2b1ba3c13079bc29069c52b1a73350462 100644 (file)
@@ -1,33 +1,14 @@
 --- courier-0.49.0/maildrop/Makefile.am.orig   2004-10-31 04:13:48.000000000 +0100
 +++ courier-0.49.0/maildrop/Makefile.am        2005-03-24 23:14:03.438223172 +0100
-@@ -67,9 +67,8 @@
+@@ -63,9 +63,8 @@
  mailbot_SOURCES=mailbot.c
  mailbot_DEPENDENCIES=../rfc822/librfc822.la ../liblock/liblock.la \
        ../numlib/libnumlib.la $(DBLIB)
 -mailbot_LDADD=../rfc822/librfc822.la ../liblock/liblock.la \
--      ../numlib/libnumlib.la $(DBLIB) $(LIBGDBM)
+-      ../numlib/libnumlib.la $(DBLIB)
 -mailbot_LDFLAGS = -static
 +mailbot_LDADD=../rfc822/.libs/librfc822.a ../liblock/.libs/liblock.a \
 +      ../numlib/.libs/libnumlib.a $(DBLIB) $(LIBGDBM)
  
  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=""
This page took 0.252225 seconds and 4 git commands to generate.