pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/courier-mta



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon May 15 13:07:19 UTC 2017

Modified Files:
        pkgsrc/mail/courier-mta: options.mk

Log Message:
Ensure we don't try to build ldapaddress book when ldap is disabled.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/mail/courier-mta/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/courier-mta/options.mk
diff -u pkgsrc/mail/courier-mta/options.mk:1.11 pkgsrc/mail/courier-mta/options.mk:1.12
--- pkgsrc/mail/courier-mta/options.mk:1.11     Sat Jun  9 11:45:38 2012
+++ pkgsrc/mail/courier-mta/options.mk  Mon May 15 13:07:19 2017
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.11 2012/06/09 11:45:38 adam Exp $
+# $NetBSD: options.mk,v 1.12 2017/05/15 13:07:19 jperkin Exp $
 
 # Global and legacy options
 
@@ -131,7 +131,7 @@ CONF_FILES_PERMS+=  ${EGDIR}/ldapaliasrc.
                                ${COURIER_USER} ${COURIER_GROUP} 0640
 .else
 FILES_SUBST+=          COURIERLDAPALIASD=
-CONFIGURE_ARGS+=       --without-ldapaliasd
+CONFIGURE_ARGS+=       --without-ldapaddressbook --without-ldapaliasd
 .endif
 
 ###



Home | Main Index | Thread Index | Old Index