15549572 SUNBT6818271 lighttpd should provide ldap auth support
authorJiri Kukacka <jiri.kukacka@oracle.com>
Wed, 07 May 2014 09:23:17 -0700
changeset 1932 3ec7a361fb23
parent 1931 6085605fd300
child 1933 2d7204747a3f
15549572 SUNBT6818271 lighttpd should provide ldap auth support 18873051 Remove hotfix applied in 18172887 due to 18195512
components/lighttpd/Makefile
components/lighttpd/resolve.deps
--- a/components/lighttpd/Makefile	Wed Jun 04 07:24:02 2014 -0700
+++ b/components/lighttpd/Makefile	Wed May 07 09:23:17 2014 -0700
@@ -61,8 +61,9 @@
 CONFIGURE_OPTIONS +=	--with-lua
 CONFIGURE_OPTIONS +=	--with-openssl
 CONFIGURE_OPTIONS +=	--with-pcre
+CONFIGURE_OPTIONS +=	--with-ldap
 CONFIGURE_OPTIONS +=	--with-mysql=/usr/mysql/5.5/bin/mysql_config
-CONFIGURE_OPTIONS +=    CFLAGS="$(CFLAGS) -R/usr/mysql/5.5/lib/$(MACH64)"
+CONFIGURE_OPTIONS +=    CFLAGS="$(CFLAGS) -I/usr/include/openldap -lldap_r-2.4"
 CONFIGURE_OPTIONS +=    PCRECONFIG="/usr/bin/$(MACH64)/pcre-config"
 
 # Enable ASLR for this component
--- a/components/lighttpd/resolve.deps	Wed Jun 04 07:24:02 2014 -0700
+++ b/components/lighttpd/resolve.deps	Wed May 07 09:23:17 2014 -0700
@@ -1,5 +1,6 @@
 compress/bzip2
 database/mysql-55/library
+library/openldap
 library/pcre
 library/security/openssl
 library/security/openssl/openssl-fips-140