summaryrefslogtreecommitdiff
path: root/packages/postfix/files/makedefs.patch
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-05-15 23:10:53 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-05-15 23:10:53 +0000
commit58094e2efaf669d7cf5ebd0405217a610e6cc0da (patch)
tree4d0ae9e4c8ab430c2c2fe46d968747ad223a2320 /packages/postfix/files/makedefs.patch
parent715d0f2c86c693007951fc6560f0e14e46076cb3 (diff)
postfix: update to version 2.2.12 which is the latest to compile without any further changes.
Diffstat (limited to 'packages/postfix/files/makedefs.patch')
-rw-r--r--packages/postfix/files/makedefs.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/postfix/files/makedefs.patch b/packages/postfix/files/makedefs.patch
new file mode 100644
index 0000000000..433b171e5a
--- /dev/null
+++ b/packages/postfix/files/makedefs.patch
@@ -0,0 +1,16 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- postfix-2.0.15/makedefs~makedefs
++++ postfix-2.0.15/makedefs
+@@ -189,7 +189,7 @@
+ echo "No <db.h> include file found." 1>&2
+ echo "Install the appropriate db*-devel package first." 1>&2
+ echo "See the RELEASE_NOTES file for more information." 1>&2
+- exit 1
++ #exit 1
+ fi
+ # GDBM locks the DBM .pag file after open. This breaks postmap.
+ # if [ -f /usr/include/gdbm-ndbm.h ]