pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/alpine alpine: Explicitly disable LDAP on SunOS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4a9407f27b1
branches:  trunk
changeset: 768404:d4a9407f27b1
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Oct 21 13:49:46 2021 +0000

description:
alpine: Explicitly disable LDAP on SunOS.

The native LDAP isn't compatible with the latest OpenLDAP that this package
expects.  This really needs to be handled properly with an option but for
now this fixes the build and avoids inadvertently breaking anyone who
happens to be accidentally using LDAP support via builtin libraries.

diffstat:

 mail/alpine/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r ff3930fb2733 -r d4a9407f27b1 mail/alpine/Makefile
--- a/mail/alpine/Makefile      Thu Oct 21 13:46:32 2021 +0000
+++ b/mail/alpine/Makefile      Thu Oct 21 13:49:46 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2021/10/17 09:49:09 nia Exp $
+# $NetBSD: Makefile,v 1.49 2021/10/21 13:49:46 jperkin Exp $
 
 DISTNAME=      alpine-2.25
 CATEGORIES=    mail
@@ -29,6 +29,9 @@
 # disabled, for Web Alpine Support
 CONFIGURE_ARGS+=       --without-tcl
 
+# Should be handled properly with an ldap option and buildlinked.
+CONFIGURE_ARGS.SunOS+= --without-ldap
+
 MAKE_JOBS_SAFE=                no
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 



Home | Main Index | Thread Index | Old Index