components/lighttpd/Makefile
changeset 1932 3ec7a361fb23
parent 1807 45d28e42b828
child 1948 2d1537e7942d
equal deleted inserted replaced
1931:6085605fd300 1932:3ec7a361fb23
    59 
    59 
    60 CONFIGURE_OPTIONS +=	--with-pic
    60 CONFIGURE_OPTIONS +=	--with-pic
    61 CONFIGURE_OPTIONS +=	--with-lua
    61 CONFIGURE_OPTIONS +=	--with-lua
    62 CONFIGURE_OPTIONS +=	--with-openssl
    62 CONFIGURE_OPTIONS +=	--with-openssl
    63 CONFIGURE_OPTIONS +=	--with-pcre
    63 CONFIGURE_OPTIONS +=	--with-pcre
       
    64 CONFIGURE_OPTIONS +=	--with-ldap
    64 CONFIGURE_OPTIONS +=	--with-mysql=/usr/mysql/5.5/bin/mysql_config
    65 CONFIGURE_OPTIONS +=	--with-mysql=/usr/mysql/5.5/bin/mysql_config
    65 CONFIGURE_OPTIONS +=    CFLAGS="$(CFLAGS) -R/usr/mysql/5.5/lib/$(MACH64)"
    66 CONFIGURE_OPTIONS +=    CFLAGS="$(CFLAGS) -I/usr/include/openldap -lldap_r-2.4"
    66 CONFIGURE_OPTIONS +=    PCRECONFIG="/usr/bin/$(MACH64)/pcre-config"
    67 CONFIGURE_OPTIONS +=    PCRECONFIG="/usr/bin/$(MACH64)/pcre-config"
    67 
    68 
    68 # Enable ASLR for this component
    69 # Enable ASLR for this component
    69 ASLR_MODE = $(ASLR_ENABLE)
    70 ASLR_MODE = $(ASLR_ENABLE)
    70 
    71