]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/postfix-2.10.0-build_with_kernel4x.patch
Merge remote-tracking branch 'origin/next' into kernel-4.14
[people/pmueller/ipfire-2.x.git] / src / patches / postfix-2.10.0-build_with_kernel4x.patch
CommitLineData
24247159
AF
1diff -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 ]