diff options
Diffstat (limited to 'meta-webserver/recipes-httpd/apache2/apache2_2.4.10.bb')
-rw-r--r-- | meta-webserver/recipes-httpd/apache2/apache2_2.4.10.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.10.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.10.bb index d79d40bd2c..55d507f757 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.10.bb +++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.10.bb | |||
@@ -17,6 +17,7 @@ SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \ | |||
17 | file://httpd-2.4.3-fix-race-issue-of-dir-install.patch \ | 17 | file://httpd-2.4.3-fix-race-issue-of-dir-install.patch \ |
18 | file://npn-patch-2.4.7.patch \ | 18 | file://npn-patch-2.4.7.patch \ |
19 | file://0001-configure-use-pkg-config-for-PCRE-detection.patch \ | 19 | file://0001-configure-use-pkg-config-for-PCRE-detection.patch \ |
20 | file://configure-allow-to-disable-selinux-support.patch \ | ||
20 | file://init \ | 21 | file://init \ |
21 | file://apache2-volatile.conf \ | 22 | file://apache2-volatile.conf \ |
22 | file://apache2.service \ | 23 | file://apache2.service \ |
@@ -58,6 +59,9 @@ EXTRA_OECONF = "--enable-ssl \ | |||
58 | --enable-mpms-shared \ | 59 | --enable-mpms-shared \ |
59 | ac_cv_have_threadsafe_pollset=no" | 60 | ac_cv_have_threadsafe_pollset=no" |
60 | 61 | ||
62 | PACKAGECONFIG ?= "${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}" | ||
63 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,libselinux" | ||
64 | |||
61 | do_install_append() { | 65 | do_install_append() { |
62 | install -d ${D}/${sysconfdir}/init.d | 66 | install -d ${D}/${sysconfdir}/init.d |
63 | cat ${WORKDIR}/init | \ | 67 | cat ${WORKDIR}/init | \ |