diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1997-10-15 09:16:07 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1997-10-15 09:16:07 +0000 |
commit | d4a26915755057f232f9381ff6e1a254eab60224 (patch) | |
tree | 2bdba832dfac85f7d1ec9de96b234bfe4df265c0 /mail/smail/files | |
parent | e268f7bfd0b909e962f51e855eab3d62ffbf90dd (diff) | |
download | ports-d4a26915755057f232f9381ff6e1a254eab60224.tar.gz ports-d4a26915755057f232f9381ff6e1a254eab60224.zip |
Upgrade to 3.2.0.97
This is still beta, but the latest release (3.2.0) is not able to prevent
spam-relaying...
Notes
Notes:
svn path=/head/; revision=8275
Diffstat (limited to 'mail/smail/files')
-rw-r--r-- | mail/smail/files/freebsd2.0 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/smail/files/freebsd2.0 b/mail/smail/files/freebsd2.0 index c738e9577421..6660d13eec4c 100644 --- a/mail/smail/files/freebsd2.0 +++ b/mail/smail/files/freebsd2.0 @@ -39,7 +39,7 @@ LIB_DIR=!!PREFIX!!/etc/smail UTIL_BIN_DIR=!!PREFIX!!/libexec/smail # Enable rfc1413 (ident protocol) and ESMTP sending support (EHLO) -HAVE=$HAVE:EHLO:RFC1413 +HAVE=$HAVE:EHLO:RFC1413:LIBWRAP # NOBODY - a user with few access capabilities NOBODY=nobody @@ -61,8 +61,12 @@ FORCE_SMTP_TYPE=lsearch # CPPFLAGS - interesting flags for the cpp, and cc commands CPPFLAGS="-I!!PREFIX!!/include" +CFLAGS="$CFLAGS -I!!PREFIX!!/include" + # LDFLAGS - flags to pass to the loader LDFLAGS="-L!!PREFIX!!/lib" # LIBS - libraries to include in binaries -LIBS="-lident" +LIBS="-lident -lwrap" + +MISC_DEFINES="$MISC_DEFINES:USE_TARGET_DOMAIN:NO_FORWARDTO_FILE" |