mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 23:36:21 +01:00
mozjs-78: Switch to system libicu
Fixes build with gcc-12 intl/icu/source/common/stringtriebuilder.cpp:388: more undefined references to `std::type_info::operator==(std::type_info const&) const' follow collect2: error: ld returned 1 exit status Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
317d740796
commit
26222766ba
|
|
@ -27,6 +27,7 @@ S = "${WORKDIR}/firefox-${@d.getVar("PV").replace("esr", "")}"
|
||||||
DEPENDS = " \
|
DEPENDS = " \
|
||||||
autoconf-2.13-native \
|
autoconf-2.13-native \
|
||||||
icu-native \
|
icu-native \
|
||||||
|
icu \
|
||||||
cargo-native \
|
cargo-native \
|
||||||
zlib \
|
zlib \
|
||||||
python3-six \
|
python3-six \
|
||||||
|
|
@ -48,6 +49,7 @@ EXTRA_OECONF = " \
|
||||||
--without-system-icu \
|
--without-system-icu \
|
||||||
--disable-tests --disable-strip --disable-optimize \
|
--disable-tests --disable-strip --disable-optimize \
|
||||||
--disable-jemalloc \
|
--disable-jemalloc \
|
||||||
|
--with-system-icu \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', "--enable-gold", '--disable-gold', d)} \
|
${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', "--enable-gold", '--disable-gold', d)} \
|
||||||
${JIT} \
|
${JIT} \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user