pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/25356: devel/apr Add option to enable LDAP support
>Number: 25356
>Category: pkg
>Synopsis: devel/apr Add option to enable LDAP support
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Tue Apr 27 21:07:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator: Matt Dainty
>Release: 1.6ZK
>Organization:
>Environment:
NetBSD polymorph.bodgit-n-scarper.com 1.6ZK NetBSD 1.6ZK (POLYMORPH) #0: Mon
Apr 12 15:49:46 BST 2004
root%polymorph.bodgit-n-scarper.com@localhost:/usr/src/sys/arch/sparc64/compile/POLYMORPH
sparc64
>Description:
To enable Apache 2.x to build its mod_ldap and mod_auth_ldap modules, apr-util
needs to be built with '--with-ldap' and educated where to find the LDAP SDK of
choice. Currently there's no facility in the apr package to either explicitly
or optionally add LDAP support.
>How-To-Repeat:
>Fix:
I've created a solution with the following patch to devel/apr/Makefile:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/apr/Makefile,v
retrieving revision 1.17
diff -r1.17 Makefile
48a49,53
> .if ${APR_USE_LDAP} == "YES"
> APU_CONFIGURE_ARGS+=\
> --with-ldap
> .endif
>
64a70,73
> .if ${APR_USE_LDAP} == "YES"
> .include "../../databases/openldap/buildlink3.mk"
> .endif
>
So that introduces a new variable APR_USE_LDAP which I basically copied from
the similar APR_USE_DB4 section(s).
>Release-Note:
>Audit-Trail:
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index