mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
php: Turn PCRE JIT off for riscv
Its not yet supported Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -56,6 +56,9 @@ EXTRA_OECONF = "--enable-mbstring \
|
||||
${COMMON_EXTRA_OECONF} \
|
||||
"
|
||||
|
||||
EXTRA_OECONF_append_riscv64 = " --with-pcre-jit=no"
|
||||
EXTRA_OECONF_append_riscv32 = " --with-pcre-jit=no"
|
||||
|
||||
CACHED_CONFIGUREVARS += "ac_cv_func_dlopen=no ac_cv_lib_dl_dlopen=yes"
|
||||
|
||||
EXTRA_OECONF_class-native = " \
|
||||
|
||||
Reference in New Issue
Block a user