]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/postfix-2.10.0-build_with_kernel4x.patch
Merge branch 'next' into kernel-4.9
[ipfire-2.x.git] / src / patches / postfix-2.10.0-build_with_kernel4x.patch
1 diff -Naur postfix-2.10.0.org/makedefs postfix-2.10.0/makedefs
2 --- postfix-2.10.0.org/makedefs 2013-02-04 02:33:13.000000000 +0100
3 +++ postfix-2.10.0/makedefs 2017-02-08 10:10:56.713314716 +0100
4 @@ -347,7 +347,7 @@
5 fi;;
6 esac
7 ;;
8 - Linux.3*) SYSTYPE=LINUX3
9 + Linux.[34]*) SYSTYPE=LINUX3
10 case "$CCARGS" in
11 *-DNO_DB*) ;;
12 *) if [ -f /usr/include/db.h ]