pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/sqwebmail Explicitly disable ldap programs to avo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2614186183b0
branches:  trunk
changeset: 364577:2614186183b0
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Jun 29 20:28:55 2017 +0000

description:
Explicitly disable ldap programs to avoid failures if ldap headers are
found on the build host.

diffstat:

 mail/sqwebmail/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c578bd71f28a -r 2614186183b0 mail/sqwebmail/Makefile
--- a/mail/sqwebmail/Makefile   Thu Jun 29 20:11:17 2017 +0000
+++ b/mail/sqwebmail/Makefile   Thu Jun 29 20:28:55 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2016/07/09 06:38:32 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2017/06/29 20:28:55 jperkin Exp $
 
 DISTNAME=      sqwebmail-5.5.3
 PKGREVISION=   7
@@ -66,6 +66,7 @@
 CONFIGURE_ARGS+=       --with-mailer="${SENDMAIL} -oi -t"
 CONFIGURE_ARGS+=       --with-mailgroup=${COURIER_GROUP}
 CONFIGURE_ARGS+=       --with-piddir=${COURIER_STATEDIR}/tmp
+CONFIGURE_ARGS+=       --without-ldapaddressbook --without-ldapaliasd
 
 CONFIGURE_ENV+=                GZIP=${TOOLS_PATH.gzip}
 CONFIGURE_ENV+=                GPG=${PREFIX}/bin/gpg



Home | Main Index | Thread Index | Old Index