From: Khem Raj Date: Mon, 14 Aug 2023 04:59:19 +0000 (-0700) Subject: glibc: Drop --enable-tunables X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2af021f5b918c619396eecb20fa30a71cf5e776;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git glibc: Drop --enable-tunables Its removed and is implicit default in 2.38+ [1] [1] https://mail.gnu.org/archive/html/info-gnu/2023-07/msg00010.html Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/glibc/glibc_2.38.bb b/meta/recipes-core/glibc/glibc_2.38.bb index 94bff8f4486..c02730bcb58 100644 --- a/meta/recipes-core/glibc/glibc_2.38.bb +++ b/meta/recipes-core/glibc/glibc_2.38.bb @@ -70,7 +70,6 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \ --enable-clocale=gnu \ --with-headers=${STAGING_INCDIR} \ --without-selinux \ - --enable-tunables \ --enable-bind-now \ --enable-stack-protector=strong \ --disable-crypt \