diff options
author | torstenb <torstenb@FreeBSD.org> | 1997-10-15 17:16:07 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1997-10-15 17:16:07 +0800 |
commit | 831385050cfd5f774e4005f73bc56b4d1aa6e986 (patch) | |
tree | 8115600374f205e69912539a9b05b1148fc6f01d /mail/smail/files | |
parent | 4e61daa595467b9c239e3ebdc07d72d156495312 (diff) | |
download | freebsd-ports-graphics-831385050cfd5f774e4005f73bc56b4d1aa6e986.tar.gz freebsd-ports-graphics-831385050cfd5f774e4005f73bc56b4d1aa6e986.tar.zst freebsd-ports-graphics-831385050cfd5f774e4005f73bc56b4d1aa6e986.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...
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 c738e957742..6660d13eec4 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" |