]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/postfix
logrotate: Update to 3.12.1
[ipfire-2.x.git] / lfs / postfix
index 5810c5632a30409c19e30ec1f8082a0116dbfca2..3758b9cbeecadec97c4d9b03f063a652edf25e83 100644 (file)
@@ -36,7 +36,7 @@ PAK_VER    = 9
 
 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    =
@@ -116,5 +116,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        install -v -m 644 $(DIR_SRC)/config/backup/includes/postfix \
                         /var/ipfire/backup/addons/includes/postfix
        mv /usr/sbin/sendmail /usr/sbin/sendmail.postfix
+
+       #install initscripts
+       $(call INSTALL_INITSCRIPT,postfix)
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)