Postfix: security update to 3.2.2, add PostgreSQL and PCRE support

refresh patches
add PKG_CONFIG_DEPENDS

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
This commit is contained in:
Lucian Cristian
2017-07-17 00:35:00 +03:00
parent 860abd4f9b
commit 8b1abfb931
7 changed files with 55 additions and 24 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
--- a/makedefs 2016-01-28 12:30:14.444082390 -0500
+++ b/makedefs 2016-01-28 13:44:02.092006512 -0500
@@ -198,7 +198,7 @@ error() {
@@ -210,7 +210,7 @@ error() {
case $# in
# Officially supported usage.
@@ -9,7 +9,7 @@
RELEASE=`(uname -r) 2>/dev/null`
# No ${x%%y} support in Solaris 11 /bin/sh
RELEASE_MAJOR=`expr "$RELEASE" : '\([0-9]*\)'` || exit 1
@@ -212,6 +212,15 @@ case $# in
@@ -224,6 +224,15 @@ case $# in
esac
case "$SYSTEM.$RELEASE" in