Subject: pkg/22951: databases/openldap needs configure tweak to disable SASL completely
To: None <gnats-bugs@gnats.netbsd.org>
From: Greg A. Woods <woods@weird.com>
List: netbsd-bugs
Date: 09/25/2003 14:36:24
>Number: 22951
>Category: pkg
>Synopsis: databases/openldap needs configure tweak to disable SASL completely
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Sep 25 18:37:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator: Greg A. Woods
>Release: 2003/09/17
>Organization:
Planix, Inc.; Toronto, Ontario; Canada
>Environment:
System: NetBSD
>Description:
Building OpenLDAP without any SASL support requires explicit
disabling via "configure"
>How-To-Repeat:
>Fix:
Index: databases/openldap/Makefile
===================================================================
RCS file: /cvs/master/m-NetBSD/main/pkgsrc/databases/openldap/Makefile,v
retrieving revision 1.57
diff -c -r1.57 Makefile
*** databases/openldap/Makefile 18 Sep 2003 05:37:15 -0000 1.57
--- databases/openldap/Makefile 20 Sep 2003 06:41:02 -0000
***************
*** 46,51 ****
--- 46,54 ----
.include "../../security/cyrus-sasl/buildlink2.mk"
CONFIGURE_ARGS+= --with-cyrus-sasl
CONFIGURE_ARGS+= --enable-spasswd
+ .else
+ CONFIGURE_ARGS+= --without-cyrus-sasl
+ CONFIGURE_ARGS+= --disable-spasswd
.endif
.if defined(KERBEROS)
>Release-Note:
>Audit-Trail:
>Unformatted: