From d7d0d550d0874a5002e63a23804811a766f7a07b Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 9 Sep 2022 17:43:58 +0300 Subject: bdwgc: Fix typo in EXTRA_OECONF and remove unneeded extra CFLAGS * fix typo in "--enable-cplusplus" * "-D_GNU_SOURCE -DNO_GETCONTEXT -DSEARCH_FOR_DATA_START -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR" not needed any more Signed-off-by: Khem Raj --- meta-oe/recipes-support/bdwgc/bdwgc_8.2.2.bb | 4 +--- 1 file changed, 1 insertion(+), 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" inherit autotools pkgconfig -EXTRA_OECONF += "--enable-cpluscplus" - -CFLAGS:append:libc-musl = " -D_GNU_SOURCE -DNO_GETCONTEXT -DSEARCH_FOR_DATA_START -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR" +EXTRA_OECONF += "--enable-cplusplus" FILES:${PN}-doc = "${datadir}" -- cgit v1.2.3-54-g00ecf