components/lighttpd/Makefile
changeset 1932 3ec7a361fb23
parent 1807 45d28e42b828
child 1948 2d1537e7942d
--- 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