aboutsummaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd
diff options
context:
space:
mode:
authorRoy.Li <rongqing.li@windriver.com>2013-09-11 08:55:00 +0800
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-09-16 13:36:22 +0100
commit4ddfb3e92fdcffccfcbae1b4003a5d7c3385a637 (patch)
treedfc95bb9fa95f3b9ad833996f002bb3251e7db44 /meta-webserver/recipes-httpd
parenta40fcab604554d0e549294458b27b25e5639fceb (diff)
downloadmeta-openembedded-contrib-4ddfb3e92fdcffccfcbae1b4003a5d7c3385a637.tar.gz
apache2: add apxs to SSTATE_SCAN_FILES
apxs is installed under /usr/bin/crossscripts of sysroot, its hardcode paths should be handled when store or extracts the sstate archives. Signed-off-by: Roy Li <rongqing.li@windriver.com>
Diffstat (limited to 'meta-webserver/recipes-httpd')
-rw-r--r--meta-webserver/recipes-httpd/apache2/apache2_2.4.6.bb2
1 files changed, 2 insertions, 0 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 6b461f3374..6f5dd23bc4 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.6.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.6.bb
@@ -27,6 +27,8 @@ S = "${WORKDIR}/httpd-${PV}"
inherit autotools update-rc.d
+SSTATE_SCAN_FILES += "apxs"
+
CFLAGS_append = " -DPATH_MAX=4096"
CFLAGS_prepend = "-I${STAGING_INCDIR}/openssl "
EXTRA_OECONF = "--enable-ssl \