summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2019-04-25 15:15:28 +0800
committerKhem Raj <raj.khem@gmail.com>2019-04-29 10:13:56 -0700
commita687e017604db0f00a2c486b52825e75f9dd48ee (patch)
tree441417c448f7410d0548071d2baa976d081e632a /meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb
parentd96b0bd015c6089edb2fc520447ed0f881bc95f3 (diff)
downloadmeta-openembedded-a687e017604db0f00a2c486b52825e75f9dd48ee.tar.gz
apache2: add back patch for set perlbin
Add back this patch. Without this patch, apxs's shebang will use perl under hosttools, which can be too long for shebang, and cause error: bad interpreter: No such file or directory Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb')
-rw-r--r--meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb
index 2bd21f7d1..4cdf36ca5 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb
@@ -13,6 +13,7 @@ SRC_URI = "${APACHE_MIRROR}/httpd/httpd-${PV}.tar.bz2 \
13 file://0005-replace-lynx-to-curl-in-apachectl-script.patch \ 13 file://0005-replace-lynx-to-curl-in-apachectl-script.patch \
14 file://0006-apache2-fix-the-race-issue-of-parallel-installation.patch \ 14 file://0006-apache2-fix-the-race-issue-of-parallel-installation.patch \
15 file://0007-apache2-allow-to-disable-selinux-support.patch \ 15 file://0007-apache2-allow-to-disable-selinux-support.patch \
16 file://apache-configure_perlbin.patch \
16 " 17 "
17 18
18SRC_URI_append_class-target = " \ 19SRC_URI_append_class-target = " \