diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-26 20:07:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-26 20:07:11 +0100 |
commit | c44cb7cf2fd34ee660529a0c4c11e143223ad9b1 (patch) | |
tree | a6908f9b7a5d4e14b75c838ccac02f8f88f56c4d /package/postfix/patches/patch-makedefs | |
parent | c588417e9b1c1b99a20575da42796930b6efc524 (diff) | |
parent | 7813f07529177860c2198dbafc71513b53c88c9c (diff) |
Merge branch 'master' of git+ssh://www.openadk.org/git/openadk
Diffstat (limited to 'package/postfix/patches/patch-makedefs')
-rw-r--r-- | package/postfix/patches/patch-makedefs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/postfix/patches/patch-makedefs b/package/postfix/patches/patch-makedefs index d39cec8a9..e4052d8dd 100644 --- a/package/postfix/patches/patch-makedefs +++ b/package/postfix/patches/patch-makedefs @@ -1,6 +1,6 @@ ---- postfix-2.10.2.orig/makedefs 2013-02-04 02:33:13.000000000 +0100 -+++ postfix-2.10.2/makedefs 2013-10-10 16:28:03.000000000 +0200 -@@ -366,16 +366,7 @@ EOF +--- postfix-2.11.0.orig/makedefs 2014-01-05 18:18:56.000000000 +0100 ++++ postfix-2.11.0/makedefs 2014-03-25 08:55:06.000000000 +0100 +@@ -382,16 +382,7 @@ EOF SYSLIBS="-ldb" ;; esac @@ -17,4 +17,4 @@ + SYSLIBS="-lresolv" ;; GNU.0*|GNU/kFreeBSD.[567]*) - SYSTYPE=GNU0 + SYSTYPE=GNU0 |