diff options
author | itojun <itojun@pkgsrc.org> | 2000-08-13 17:52:31 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-08-13 17:52:31 +0000 |
commit | eb5b4a726119d57b65a649ed35a4e122544eccdd (patch) | |
tree | 4d370d3b733bca83566c312ed7d0ca01ab278efc /mail/sendmail/files | |
parent | 6762647bed53dffd9000d7b47b6e3ca73c3fdd08 (diff) | |
download | pkgsrc-eb5b4a726119d57b65a649ed35a4e122544eccdd.tar.gz |
add USE_STARTTLS case (requires sfio-1999 and RSA-capable openssl).
need testing (needs certificate properly installed into filesystem).
append compiled-in features at the bottom of installed DESCR, as we have
so many USE_xx.
Diffstat (limited to 'mail/sendmail/files')
-rw-r--r-- | mail/sendmail/files/site.config.m4-starttls | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/sendmail/files/site.config.m4-starttls b/mail/sendmail/files/site.config.m4-starttls new file mode 100644 index 00000000000..27beb14a230 --- /dev/null +++ b/mail/sendmail/files/site.config.m4-starttls @@ -0,0 +1,6 @@ +# enable STARTTLS +define(`confSTDIO_TYPE', `portable') +APPENDDEF(`confENVDEF', `-I${LOCALBASE}/include/sfio -I${LOCALBASE}/include -DSFIO') +APPENDDEF(`confLIBS', `-L${LOCALBASE}/lib -lsfio') +APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS') +APPENDDEF(`conf_sendmail_LIBS', `-lssl -lcrypto') |