diff options
author | Ioan-Adrian Ratiu <adrian.ratiu@ni.com> | 2016-01-29 17:38:15 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-15 10:15:28 +0100 |
commit | d9c2efd7797d95bc8a8f905a4d14c7dded28beca (patch) | |
tree | df4f8951c2972e65b1d5843b850b556509e7f84e /meta-webserver/recipes-httpd | |
parent | 4c2f0370fb628f88bf23596b168b13f152f8d8fe (diff) | |
download | meta-openembedded-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/recipes-httpd')
-rw-r--r-- | meta-webserver/recipes-httpd/apache2/apache2_2.4.18.bb | 1 |
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 8ca6d000c..597afe6db 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 \ | |||
59 | 59 | ||
60 | PACKAGECONFIG ?= "${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}" | 60 | PACKAGECONFIG ?= "${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}" |
61 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,libselinux" | 61 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,libselinux" |
62 | PACKAGECONFIG[openldap] = "--enable-ldap --enable-authnz-ldap,--disable-ldap --disable-authnz-ldap,openldap" | ||
62 | 63 | ||
63 | do_install_append() { | 64 | do_install_append() { |
64 | install -d ${D}/${sysconfdir}/init.d | 65 | install -d ${D}/${sysconfdir}/init.d |