]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
postfix: Don't depend on amavis
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 Feb 2018 11:52:07 +0000 (11:52 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 Feb 2018 11:52:07 +0000 (11:52 +0000)
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 <michael.tremer@ipfire.org>
lfs/postfix

index ffac8b38ef4d7ce70029b9ff17cacc6cb618d534..bd8b75ccc989b215ffb1331574a8b06d707fbc09 100644 (file)
@@ -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\"'" \