- compile with DANE support

This commit is contained in:
Dirk Meyer 2020-10-04 19:50:47 +00:00
parent 54cd28389b
commit 7ecf0966e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551446
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= sendmail PORTNAME= sendmail
PORTVERSION= 8.16.1 PORTVERSION= 8.16.1
PORTREVISION= 0 PORTREVISION= 1
CATEGORIES= mail CATEGORIES= mail
MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/
DISTNAME= ${PORTNAME}.${PORTVERSION} DISTNAME= ${PORTNAME}.${PORTVERSION}

View File

@ -1,2 +1,2 @@
APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS -DTLS_EC') APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS -DTLS_EC -DDANE')
APPENDDEF(`conf_sendmail_LIBS', `-lssl -lcrypto') APPENDDEF(`conf_sendmail_LIBS', `-lssl -lcrypto')