From ee57130d6ee1f981388712d811469e0fbb29cfe1 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 24 Aug 2023 22:09:56 +0100 Subject: [PATCH] Revert "glibc: Drop --enable-tunables" This reverts commit 0a8e0691e04684823fa69b60046a6c85604c730b. --- meta/recipes-core/glibc/glibc_2.38.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/glibc/glibc_2.38.bb b/meta/recipes-core/glibc/glibc_2.38.bb index c02730bcb58..94bff8f4486 100644 --- a/meta/recipes-core/glibc/glibc_2.38.bb +++ b/meta/recipes-core/glibc/glibc_2.38.bb @@ -70,6 +70,7 @@ 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 \ -- 2.47.2