diff options
Diffstat (limited to 'recipes/postfix/files/makedefs.patch')
-rw-r--r-- | recipes/postfix/files/makedefs.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/postfix/files/makedefs.patch b/recipes/postfix/files/makedefs.patch new file mode 100644 index 0000000000..433b171e5a --- /dev/null +++ b/recipes/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 ] |