]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
glibc: Remove obsolete --enable-stackguard-randomization
authorKhem Raj <raj.khem@gmail.com>
Tue, 29 Jun 2021 06:12:20 +0000 (23:12 -0700)
committerKhem Raj <raj.khem@gmail.com>
Mon, 2 Aug 2021 20:42:51 +0000 (13:42 -0700)
this has been removed in 2.34 onwards

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-core/glibc/glibc_2.34.bb

index 7ad59115b792a557f449f9b18d1da1efc87027b1..4beeb10c29b0bba4a600d79ad86e6bea71002ba3 100644 (file)
@@ -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)} \