mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
a40fcab604
commit
4ddfb3e92f
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user