mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00: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:
@@ -27,6 +27,7 @@ S = "${WORKDIR}/firefox-${@d.getVar("PV").replace("esr", "")}"
|
||||
DEPENDS = " \
|
||||
autoconf-2.13-native \
|
||||
icu-native \
|
||||
icu \
|
||||
cargo-native \
|
||||
zlib \
|
||||
python3-six \
|
||||
@@ -48,6 +49,7 @@ EXTRA_OECONF = " \
|
||||
--without-system-icu \
|
||||
--disable-tests --disable-strip --disable-optimize \
|
||||
--disable-jemalloc \
|
||||
--with-system-icu \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', "--enable-gold", '--disable-gold', d)} \
|
||||
${JIT} \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user