From bef41ef35cc0c3a5189ac110647032fbea7fc86f Mon Sep 17 00:00:00 2001 From: jakob Date: Tue, 28 Dec 2004 09:00:46 +0000 Subject: [PATCH] snapshot uses -DUSE_TLS for TLS --- mail/postfix/Makefile.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mail/postfix/Makefile.inc b/mail/postfix/Makefile.inc index e2000c83660..a346c3cffd2 100644 --- a/mail/postfix/Makefile.inc +++ b/mail/postfix/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.43 2004/12/28 08:25:34 jakob Exp $ +# $OpenBSD: Makefile.inc,v 1.44 2004/12/28 09:00:46 jakob Exp $ COMMENT= "fast, secure sendmail replacement" @@ -30,7 +30,8 @@ PERMIT_DISTFILES_FTP= yes MAKE_DEBUG?= MAKE_CCARGS?= -DFD_SETSIZE=2048 MAKE_CCARGS+= -DDEF_CONFIG_DIR=\"${SYSCONFDIR}/postfix\" -MAKE_CCARGS+= -DHAS_SSL +MAKE_CCARGS+= -DHAS_SSL # -stable +MAKE_CCARGS+= -DUSE_TLS # -snapshot MAKE_AUXLIBS+= -lssl -lcrypto TLSHOMEPAGE= http://www.aet.tu-cottbus.de/personen/jaenicke/pfixtls/