Browse Source

Fixed lighttpd to build LDAP auth support correctly

early
Christian Wiese 17 years ago
parent
commit
89c16afc79
  1. 8
      network/lighttpd/lighttpd.conf

8
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

Loading…
Cancel
Save