From: Michael Tremer Date: Mon, 12 Feb 2018 11:52:07 +0000 (+0000) Subject: postfix: Don't depend on amavis X-Git-Tag: v2.19-core120~110 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4fcf8acfeab3ee21b16fe0bac595e1cf079ead83;p=people%2Fstevee%2Fipfire-2.x.git 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 --- 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\"'" \