pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/qmail



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu Oct 25 14:02:37 UTC 2018

Modified Files:
        pkgsrc/mail/qmail: options.mk

Log Message:
Fix build with "eai -tls" option combination.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/mail/qmail/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/qmail/options.mk
diff -u pkgsrc/mail/qmail/options.mk:1.54 pkgsrc/mail/qmail/options.mk:1.55
--- pkgsrc/mail/qmail/options.mk:1.54   Wed Oct 24 13:32:26 2018
+++ pkgsrc/mail/qmail/options.mk        Thu Oct 25 14:02:37 2018
@@ -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 @@ QMAILPATCHES+=                        eai:${EAI_PATCH}
 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