From 4fcf8acfeab3ee21b16fe0bac595e1cf079ead83 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 12 Feb 2018 11:52:07 +0000 Subject: [PATCH] postfix: Don't depend on amavis This can be used together but there is no need to always install amavis when someone wants to use postfix Signed-off-by: Michael Tremer --- lfs/postfix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/postfix b/lfs/postfix index ffac8b38ef..bd8b75ccc9 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = postfix -PAK_VER = 12 +PAK_VER = 13 -DEPS = "amavisd" +DEPS = "" CCARGS = `getconf LFS_CFLAGS` \ -DDEF_DAEMON_DIR="'\"/usr/lib/postfix\"'" \ -- 2.39.2