From 780569af319998982d852d2284e3fbfb90b36938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Wed, 29 Apr 2020 19:42:24 +0200 Subject: [PATCH] Fixed FTBFS with spf2 and opendmarc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jaroslav Škarvada --- exim-4.93-config.patch | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/exim-4.93-config.patch b/exim-4.93-config.patch index ed03a27..c98a96e 100644 --- a/exim-4.93-config.patch +++ b/exim-4.93-config.patch @@ -156,7 +156,8 @@ index 83325ab..968ef81 100644 -# SUPPORT_DMARC=yes +SUPPORT_DMARC=yes # CFLAGS += -I/usr/local/include - # LDFLAGS += -lopendmarc +-# LDFLAGS += -lopendmarc ++LDFLAGS += -lopendmarc # Uncomment the following if you need to change the default. You can # override it at runtime (main config option dmarc_tld_file) -# DMARC_TLD_FILE=/etc/exim/opendmarc.tlds @@ -278,15 +279,18 @@ index 83325ab..968ef81 100644 #------------------------------------------------------------------------------ -@@ -1029,7 +1050,7 @@ +@@ -1029,9 +1050,9 @@ # installed on your system (www.libspf2.org). Depending on where it is installed # you may have to edit the CFLAGS and LDFLAGS lines. -# SUPPORT_SPF=yes +SUPPORT_SPF=yes # CFLAGS += -I/usr/local/include - # LDFLAGS += -lspf2 +-# LDFLAGS += -lspf2 ++LDFLAGS += -lspf2 + + #------------------------------------------------------------------------------ @@ -1096,7 +1102,7 @@ ZCAT_COMMAND=/usr/bin/zcat # group. Once you have installed saslauthd, you should arrange for it to be # started by root at boot time.