summarylogtreecommitdiffstats
path: root/exim.Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'exim.Makefile')
-rw-r--r--exim.Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/exim.Makefile b/exim.Makefile
index 5e3be0869048..d8e84b826953 100644
--- a/exim.Makefile
+++ b/exim.Makefile
@@ -465,9 +465,9 @@ LDFLAGS += -lspf2
# Depending on where it is installed you may have to edit the CFLAGS and
# LDFLAGS lines.
-# EXPERIMENTAL_SRS=yes
+EXPERIMENTAL_SRS=yes
# CFLAGS += -I/usr/local/include
-# LDFLAGS += -lsrs_alt
+LDFLAGS += -lsrs_alt
# Uncomment the following line to add DMARC checking capability, implemented
# using libopendmarc libraries. You must have SPF support enabled also.