From 3fcce68329fe3a224edefebeec6af67bb44358fe Mon Sep 17 00:00:00 2001 From: pgollucci Date: Fri, 7 May 2010 05:14:38 +0000 Subject: - fix ldap support (duplicate www/apache20 fix) --with-ldap switches on LDAP library linking in apr-util --enable-ldap option switches on the LDAP caching module --enable-authnz-ldap option switches on the LDAP authentication module [AAA was rewritten in 3 peices in 2.4.x, hence the option change] - no custom patch, the linking was fixed in 2.2.x - ldap is not in the default package, so no PORTREVISION bump PR: ports/128079 Reported by: koitsu, skreuzer With Hat: apache@ --- www/apache22/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/apache22/Makefile b/www/apache22/Makefile index a484be19621c..d182dd225988 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -147,8 +147,8 @@ SCRIPTS_ENV+= FULLBUILD=on .endif .if defined (WITH_LDAP) || defined (WITH_LDAP_MODULES) -USE_OPENLDAP= YES -CONFIGURE_ARGS+= --with-ldap \ +USE_OPENLDAP= yes +CONFIGURE_ARGS+= --enable-ldap=shared --with-ldap --enable-authnz-ldap \ --with-ldap-lib="${LOCALBASE}/lib" \ --with-ldap-include="${LOCALBASE}/include" .endif -- cgit