pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/qmail Fix build with "eai -tls" option combination.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa6af077f2b8
branches:  trunk
changeset: 314349:aa6af077f2b8
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Thu Oct 25 14:02:37 2018 +0000

description:
Fix build with "eai -tls" option combination.

diffstat:

 mail/qmail/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c1f4768f3ccb -r aa6af077f2b8 mail/qmail/options.mk
--- a/mail/qmail/options.mk     Thu Oct 25 12:05:41 2018 +0000
+++ b/mail/qmail/options.mk     Thu Oct 25 14:02:37 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.54 2018/10/24 13:32:26 schmonz Exp $
+# $NetBSD: options.mk,v 1.55 2018/10/25 14:02:37 schmonz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.qmail
 PKG_SUPPORTED_OPTIONS+=                eai inet6 pam syncdir tls
@@ -61,6 +61,7 @@
 EAI_PATCH=                     netqmail-1.06-tls-20160918-smtputf8-20181024.patch
 PATCHFILES+=                   ${EAI_PATCH}
 SITES.${EAI_PATCH}=            https://schmonz.com/qmail/eai/
+CFLAGS+=                       -DEHLO=1
 .endif
 
 .if !empty(PKG_OPTIONS:Mpam)



Home | Main Index | Thread Index | Old Index