From 1ca248f0b894b95b7fc9f0c0c76b5efe3555e386 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 28 Jun 2021 23:12:20 -0700 Subject: [PATCH] glibc: Remove obsolete --enable-stackguard-randomization this has been removed in 2.34 onwards Signed-off-by: Khem Raj --- meta/recipes-core/glibc/glibc_2.34.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/glibc/glibc_2.34.bb b/meta/recipes-core/glibc/glibc_2.34.bb index 7ad59115b7..4beeb10c29 100644 --- a/meta/recipes-core/glibc/glibc_2.34.bb +++ b/meta/recipes-core/glibc/glibc_2.34.bb @@ -79,7 +79,6 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \ --enable-tunables \ --enable-bind-now \ --enable-stack-protector=strong \ - --enable-stackguard-randomization \ --disable-crypt \ --with-default-link \ ${@bb.utils.contains_any('SELECTED_OPTIMIZATION', '-O0 -Og', '--disable-werror', '', d)} \ -- 2.40.1