Module Name:    src
Committed By:   tron
Date:           Fri Apr 29 15:21:44 UTC 2011

Modified Files:
        src/external/ibm-public/postfix: Makefile.inc

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/ibm-public/postfix/Makefile.inc

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

Modified files:

Index: src/external/ibm-public/postfix/Makefile.inc
diff -u src/external/ibm-public/postfix/Makefile.inc:1.10 src/external/ibm-public/postfix/Makefile.inc:1.11
--- src/external/ibm-public/postfix/Makefile.inc:1.10	Tue Feb 15 23:17:02 2011
+++ src/external/ibm-public/postfix/Makefile.inc	Fri Apr 29 15:21:44 2011
@@ -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

Reply via email to