diff options
author | tron <tron> | 2002-06-23 12:15:03 +0000 |
---|---|---|
committer | tron <tron> | 2002-06-23 12:15:03 +0000 |
commit | 849e2185335995a92bce2366476df810c0a9c921 (patch) | |
tree | 8eae7602bd908e42fec11552da2e27b814fc5623 /mail/sendmail/files | |
parent | bdb64b8aabe25d6ca76ac91d84db35ee81f2e868 (diff) | |
download | pkgsrc-849e2185335995a92bce2366476df810c0a9c921.tar.gz |
Add optional SASL support via the "cyrus-sasl" package. Based on changes
supplied by Stoned Elipot in PR pkg/13316.
Diffstat (limited to 'mail/sendmail/files')
-rw-r--r-- | mail/sendmail/files/site.config.m4-sasl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/sendmail/files/site.config.m4-sasl b/mail/sendmail/files/site.config.m4-sasl new file mode 100644 index 00000000000..f47aa37f657 --- /dev/null +++ b/mail/sendmail/files/site.config.m4-sasl @@ -0,0 +1,5 @@ +# $NetBSD: site.config.m4-sasl,v 1.1 2002/06/23 12:15:03 tron Exp $ + +# enable SASL +APPENDDEF(`confENVDEF', `-DSASL -D_FFR_UNSAFE_SASL') +APPENDDEF(`conf_sendmail_LIBS', `-lsasl') |