Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/ibm-public/postfix Remove (off by default) option t...
details: https://anonhg.NetBSD.org/src/rev/f94d86fa8f7d
branches: trunk
changeset: 764631:f94d86fa8f7d
user: tron <tron%NetBSD.org@localhost>
date: Fri Apr 29 15:21:44 2011 +0000
description:
Remove (off by default) option to build Postfix with Cyrus SASL support.
As "libsasl" integration can now be considered stable it is no longer
necessary to suppor this hack.
diffstat:
external/ibm-public/postfix/Makefile.inc | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
diffs (24 lines):
diff -r ed9120358ca7 -r f94d86fa8f7d external/ibm-public/postfix/Makefile.inc
--- a/external/ibm-public/postfix/Makefile.inc Fri Apr 29 12:49:36 2011 +0000
+++ b/external/ibm-public/postfix/Makefile.inc Fri Apr 29 15:21:44 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.10 2011/02/15 23:17:02 tron Exp $
+# $NetBSD: Makefile.inc,v 1.11 2011/04/29 15:21:44 tron Exp $
.include <bsd.own.mk>
@@ -29,14 +29,6 @@
. endif
.endif
-# XXX: Use only if you have cyrus-sasl installed; never part of a normal build!
-.if defined(HAVE_CYRUS_SASL)
-PKGROOT?= /usr/pkg
-CPPFLAGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL \
- -I${PKGROOT}/include/sasl
-LDADD+= -L${PKGROOT}/lib -Wl,-R${PKGROOT}/lib -lsasl2
-.endif
-
.if defined(HAVE_PCC)
# code uses gcc-specific aggregate dynamic array
CPPFLAGS+= -DCANT_USE_SEND_RECV_MSG
Home |
Main Index |
Thread Index |
Old Index