|
|
|
@ -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 |
|
|
|
|