From 89c16afc7985c037d3c5efad729e101022f4973e Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sat, 2 Feb 2008 19:41:29 +0200 Subject: [PATCH] Fixed lighttpd to build LDAP auth support correctly --- network/lighttpd/lighttpd.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/network/lighttpd/lighttpd.conf b/network/lighttpd/lighttpd.conf index 2916388b0..86dfc9370 100644 --- a/network/lighttpd/lighttpd.conf +++ b/network/lighttpd/lighttpd.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../lighttpd/lighttpd.conf -# Copyright (C) 2006 The OpenSDE Project +# Copyright (C) 2006 - 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -31,9 +31,9 @@ fi if pkginstalled openldap; then pkgprefix -t openldap var_append confopt ' ' "--with-ldap" - var_append LDAP_LIB ':' "$( pkgprefix libdir openldap )" - var_append LBER_LIB ':' "$( pkgprefix libdir openldap )" - export LDAP_LIB LBER_LIB + var_append LDFLAGS ' ' "-L$( pkgprefix libdir openldap )" + var_append CFLAGS ' ' "-I$( pkgprefix includedir openldap )" + export LDFLAGS CFLAGS fi if pkginstalled mysql; then