mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user