diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-04-01 18:42:08 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-04-01 18:42:08 +0000 |
commit | a3957edb6bb3e4a6fb7b350999ae1c5acc4e5943 (patch) | |
tree | 1d0209d48a8346b2be885ec7e03e2582eb253914 /mail/sendmail | |
parent | 9a34c3bcabc34546447ae551d33829409cb4513e (diff) | |
download | pkgsrc-a3957edb6bb3e4a6fb7b350999ae1c5acc4e5943.tar.gz |
- Fix builds with SASLv2 following removal of SASLv1 support
- Patch submitted by Shin'ichiro TAYA in PR 29857, thanks.
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 5 | ||||
-rw-r--r-- | mail/sendmail/files/site.config.m4-sasl | 5 |
2 files changed, 1 insertions, 9 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index cd493b9be91..d8c2060377a 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2005/02/10 22:17:24 adrianp Exp $ +# $NetBSD: Makefile,v 1.75 2005/04/01 18:42:08 adrianp Exp $ .include "../../mail/sendmail/Makefile.common" @@ -37,9 +37,6 @@ post-patch: make-sendmail-siteconfig @${CAT} ${FILESDIR}/site.config.m4-starttls >>${SITECONFIG} .endif .if !empty(PKG_OPTIONS:Msasl) - @${CAT} ${FILESDIR}/site.config.m4-sasl >>${SITECONFIG} -.endif -.if !empty(PKG_OPTIONS:Msasl2) @${CAT} ${FILESDIR}/site.config.m4-sasl2 >>${SITECONFIG} .endif .if !empty(PKG_OPTIONS:Msocketmap) diff --git a/mail/sendmail/files/site.config.m4-sasl b/mail/sendmail/files/site.config.m4-sasl deleted file mode 100644 index 2aaeaf6a835..00000000000 --- a/mail/sendmail/files/site.config.m4-sasl +++ /dev/null @@ -1,5 +0,0 @@ -# $NetBSD: site.config.m4-sasl,v 1.2 2002/09/23 12:56:59 markd Exp $ - -# enable SASL -APPENDDEF(`confENVDEF', `-DSASL') -APPENDDEF(`conf_sendmail_LIBS', `-lsasl') |