From: Khem Raj Date: Tue, 29 Jun 2021 06:12:20 +0000 (-0700) Subject: glibc: Remove obsolete --enable-stackguard-randomization X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=a6a22bddbe775ae7b362ff74c5da6705c6a9d6ce;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 7ad59115b79..4beeb10c29b 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)} \