From: Michael Tremer Date: Wed, 22 Aug 2012 14:41:21 +0000 (+0200) Subject: postfix: Workaround build error with kernel 3.x. X-Git-Tag: v2.13-beta1~214 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=8f28e1b8fc38b459fdc1c737d6cf42081202823e postfix: Workaround build error with kernel 3.x. --- diff --git a/lfs/postfix b/lfs/postfix index bbb9b0ca41..5866b97d85 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -36,6 +36,9 @@ PAK_VER = 6 DEPS = "amavisd mysql" +# Fake kernel release +export UTS_RELEASE = 2.6.32-ipfire + ############################################################################### # Top-level Rules ############################################################################### diff --git a/make.sh b/make.sh index ca5d1a3533..bd6ea10b5a 100755 --- a/make.sh +++ b/make.sh @@ -611,7 +611,7 @@ buildipfire() { ipfiremake screen ipfiremake smartmontools ipfiremake htop -# ipfiremake postfix # unknown system type linux 3.2.x + ipfiremake postfix ipfiremake fetchmail ipfiremake cyrus-imapd ipfiremake openmailadmin