mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 06:45:32 +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 = " \
|
||||
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} \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user