From 837f3a96f0c27c1f7315c5ad48584424275da950 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 22 Aug 2015 12:29:50 +0200 Subject: [PATCH] postfix: Fix build on x86_64 Signed-off-by: Michael Tremer --- lfs/postfix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/postfix b/lfs/postfix index fd332537a7..696c68e400 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -36,7 +36,7 @@ PAK_VER = 8 DEPS = "amavisd mysql" -CCARGS = -DNO_IPV6 `getconf LFS_CFLAGS` \ +CCARGS = `getconf LFS_CFLAGS` \ -DDEF_DAEMON_DIR="'\"/usr/lib/postfix\"'" \ -DDEF_MANPAGE_DIR="'\"/usr/share/man\"'" AUXLIBS = -- 2.39.5