mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +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:
@@ -27,7 +27,7 @@ S = "${WORKDIR}/httpd-${PV}"
|
|||||||
|
|
||||||
inherit autotools update-rc.d
|
inherit autotools update-rc.d
|
||||||
|
|
||||||
SSTATE_SCAN_FILES += "apxs"
|
SSTATE_SCAN_FILES += "apxs config_vars.mk config.nice"
|
||||||
|
|
||||||
CFLAGS_append = " -DPATH_MAX=4096"
|
CFLAGS_append = " -DPATH_MAX=4096"
|
||||||
CFLAGS_prepend = "-I${STAGING_INCDIR}/openssl "
|
CFLAGS_prepend = "-I${STAGING_INCDIR}/openssl "
|
||||||
|
|||||||
Reference in New Issue
Block a user