* [PATCH] icu: Mark strtod_l unavailable on musl
@ 2020-04-04 18:51 Khem Raj
0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2020-04-04 18:51 UTC (permalink / raw)
To: openembedded-core; +Cc: Khem Raj
Musl version is just a wrapper to strtod and not an exposed API
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
meta/recipes-support/icu/icu_66.1.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-support/icu/icu_66.1.bb b/meta/recipes-support/icu/icu_66.1.bb
index 736bec4605..93d7fdbd3b 100644
--- a/meta/recipes-support/icu/icu_66.1.bb
+++ b/meta/recipes-support/icu/icu_66.1.bb
@@ -37,6 +37,8 @@ SRC_URI[data.sha256sum] = "8be647f738891d2beb79d48f99077b3499948430eae6f1be11255
UPSTREAM_CHECK_REGEX = "icu4c-(?P<pver>\d+(_\d+)+)-src"
UPSTREAM_CHECK_URI = "https://github.com/unicode-org/icu/releases"
+EXTRA_OECONF_append_libc-musl = " ac_cv_func_strtod_l=no"
+
do_make_icudata_class-target () {
rm -rf ${S}/data
cp -a ${WORKDIR}/data ${S}
--
2.26.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-04-04 18:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-04 18:51 [PATCH] icu: Mark strtod_l unavailable on musl Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox