aboutsummaryrefslogtreecommitdiffstats
path: root/meta-webserver
diff options
context:
space:
mode:
authorIoan-Adrian Ratiu <adrian.ratiu@ni.com>2016-01-29 17:38:15 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-15 10:15:28 +0100
commitd9c2efd7797d95bc8a8f905a4d14c7dded28beca (patch)
treedf4f8951c2972e65b1d5843b850b556509e7f84e /meta-webserver
parent4c2f0370fb628f88bf23596b168b13f152f8d8fe (diff)
downloadmeta-openembedded-contrib-d9c2efd7797d95bc8a8f905a4d14c7dded28beca.tar.gz
apache2: add openldap support to PACKAGECONFIG
This config option is disabled by default Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-webserver')
-rw-r--r--meta-webserver/recipes-httpd/apache2/apache2_2.4.18.bb1
1 files changed, 1 insertions, 0 deletions
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