summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/nss/nss_3.64.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/nss/nss_3.64.bb b/meta-oe/recipes-support/nss/nss_3.64.bb
index fce5a856ee..d4d7a87338 100644
--- a/meta-oe/recipes-support/nss/nss_3.64.bb
+++ b/meta-oe/recipes-support/nss/nss_3.64.bb
@@ -45,6 +45,8 @@ TDS = "${S}/tentative-dist-staging"
45 45
46TARGET_CC_ARCH += "${LDFLAGS}" 46TARGET_CC_ARCH += "${LDFLAGS}"
47 47
48CFLAGS_append_class-native = " -D_XOPEN_SOURCE "
49
48do_configure_prepend_libc-musl () { 50do_configure_prepend_libc-musl () {
49 sed -i -e '/-DHAVE_SYS_CDEFS_H/d' ${S}/nss/lib/dbm/config/config.mk 51 sed -i -e '/-DHAVE_SYS_CDEFS_H/d' ${S}/nss/lib/dbm/config/config.mk
50} 52}