mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
apache2: add config_var.mk and config.nice into SSTATE_SCAN_FILES
Since both config_var.mk and config.nice will be packaged into sstate cache, and be reused, add them into SSTATE_SCAN_FILES to replace the hardcoded paths Signed-off-by: Roy Li <rongqing.li@windriver.com>
This commit is contained in:
parent
b71a6567f8
commit
176db0f7e1
|
|
@ -27,7 +27,7 @@ S = "${WORKDIR}/httpd-${PV}"
|
|||
|
||||
inherit autotools update-rc.d
|
||||
|
||||
SSTATE_SCAN_FILES += "apxs"
|
||||
SSTATE_SCAN_FILES += "apxs config_vars.mk config.nice"
|
||||
|
||||
CFLAGS_append = " -DPATH_MAX=4096"
|
||||
CFLAGS_prepend = "-I${STAGING_INCDIR}/openssl "
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user