summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/apache2
diff options
context:
space:
mode:
Diffstat (limited to 'meta-webserver/recipes-httpd/apache2')
-rw-r--r--meta-webserver/recipes-httpd/apache2/apache2_2.4.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.6.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.6.bb
index c08175141..cc88fac9e 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.6.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.6.bb
@@ -27,7 +27,7 @@ S = "${WORKDIR}/httpd-${PV}"
27 27
28inherit autotools update-rc.d 28inherit autotools update-rc.d
29 29
30SSTATE_SCAN_FILES += "apxs" 30SSTATE_SCAN_FILES += "apxs config_vars.mk config.nice"
31 31
32CFLAGS_append = " -DPATH_MAX=4096" 32CFLAGS_append = " -DPATH_MAX=4096"
33CFLAGS_prepend = "-I${STAGING_INCDIR}/openssl " 33CFLAGS_prepend = "-I${STAGING_INCDIR}/openssl "