diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-26 10:46:37 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-26 10:46:37 +0000 |
commit | c3d4f6d084c878dccb3168fde2af713064b50aa1 (patch) | |
tree | 4d61d822022268c045bf402290cec21d28cde8f4 /mail/exim/files/patch-src::EDITME | |
parent | Add libspf-alt, a library that allows email (diff) |
- update exiscan-acl to version 22, with SPF support.
enabled when build with WITH_SPF=yes
- fix connection drop handling in a data-acl
Notes
Notes:
svn path=/head/; revision=110041
Diffstat (limited to 'mail/exim/files/patch-src::EDITME')
-rw-r--r-- | mail/exim/files/patch-src::EDITME | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim/files/patch-src::EDITME b/mail/exim/files/patch-src::EDITME index 31792a8495e1..0eec7df6cf76 100644 --- a/mail/exim/files/patch-src::EDITME +++ b/mail/exim/files/patch-src::EDITME @@ -116,7 +116,7 @@ # CFLAGS=-O -I/usr/local/include -# EXTRALIBS_EXIM=-L/usr/local/lib -lwrap -# -+EXTRALIBS=XX_TCP_WRAPPERS_LIBS_XX XX_PAM_LIBS_XX ++EXTRALIBS=XX_TCP_WRAPPERS_LIBS_XX XX_PAM_LIBS_XX XX_SPF_LIBS_XX + # but of course there may need to be other things in CFLAGS and EXTRALIBS_EXIM # as well. |