From: Khem Raj Date: Tue, 29 Jun 2021 06:12:20 +0000 (-0700) Subject: glibc: Remove obsolete --enable-stackguard-randomization X-Git-Tag: uninative-3.3~58 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1ca248f0b894b95b7fc9f0c0c76b5efe3555e386;p=openembedded-core.git glibc: Remove obsolete --enable-stackguard-randomization this has been removed in 2.34 onwards Signed-off-by: Khem Raj --- 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)} \