From d9c2efd7797d95bc8a8f905a4d14c7dded28beca Mon Sep 17 00:00:00 2001 From: Ioan-Adrian Ratiu Date: Fri, 29 Jan 2016 17:38:15 +0200 Subject: apache2: add openldap support to PACKAGECONFIG This config option is disabled by default Signed-off-by: Ioan-Adrian Ratiu Signed-off-by: Martin Jansa --- meta-webserver/recipes-httpd/apache2/apache2_2.4.18.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-webserver') diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.18.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.18.bb index 8ca6d000c2..597afe6db8 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.18.bb +++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.18.bb @@ -59,6 +59,7 @@ EXTRA_OECONF = "--enable-ssl \ PACKAGECONFIG ?= "${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}" PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,libselinux" +PACKAGECONFIG[openldap] = "--enable-ldap --enable-authnz-ldap,--disable-ldap --disable-authnz-ldap,openldap" do_install_append() { install -d ${D}/${sysconfdir}/init.d -- cgit 1.2.3-korg