From b349f4da63b9400448ae7ee2015fed49919b3de8 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 10 Feb 2018 14:42:36 +0000 Subject: [PATCH] postfix: Temporarily disable NIS This makes postfix FTBFS because glibc has removed their RPC headers. Signed-off-by: Michael Tremer --- lfs/postfix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lfs/postfix b/lfs/postfix index 302b68f5d6..ade8941c30 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -38,7 +38,8 @@ DEPS = "amavisd mysql" CCARGS = `getconf LFS_CFLAGS` \ -DDEF_DAEMON_DIR="'\"/usr/lib/postfix\"'" \ - -DDEF_MANPAGE_DIR="'\"/usr/share/man\"'" + -DDEF_MANPAGE_DIR="'\"/usr/share/man\"'" \ + -DNO_NIS AUXLIBS = # LDAP -- 2.39.5