From 8f28e1b8fc38b459fdc1c737d6cf42081202823e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 22 Aug 2012 16:41:21 +0200 Subject: [PATCH] postfix: Workaround build error with kernel 3.x. --- lfs/postfix | 3 +++ make.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.2