]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
postfix: Workaround build error with kernel 3.x.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 22 Aug 2012 14:41:21 +0000 (16:41 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 22 Aug 2012 14:41:21 +0000 (16:41 +0200)
lfs/postfix
make.sh

index bbb9b0ca41250d259c3f8f685849e16a3e919b31..5866b97d85ac01cae96f6ecbd8c00fcce4e1fc65 100644 (file)
@@ -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 ca5d1a35339292ea74500a8795ebb0b2d61bbdf5..bd6ea10b5aa055c916dba618334216ed1208a644 100755 (executable)
--- 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