summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/bdwgc/bdwgc_8.2.2.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/bdwgc/bdwgc_8.2.2.bb b/meta-oe/recipes-support/bdwgc/bdwgc_8.2.2.bb
index 622402a04a..d980eccc3c 100644
--- a/meta-oe/recipes-support/bdwgc/bdwgc_8.2.2.bb
+++ b/meta-oe/recipes-support/bdwgc/bdwgc_8.2.2.bb
@@ -30,9 +30,7 @@ S = "${WORKDIR}/git"
30 30
31inherit autotools pkgconfig 31inherit autotools pkgconfig
32 32
33EXTRA_OECONF += "--enable-cpluscplus" 33EXTRA_OECONF += "--enable-cplusplus"
34
35CFLAGS:append:libc-musl = " -D_GNU_SOURCE -DNO_GETCONTEXT -DSEARCH_FOR_DATA_START -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR"
36 34
37FILES:${PN}-doc = "${datadir}" 35FILES:${PN}-doc = "${datadir}"
38 36