]> code.ossystems Code Review - openembedded-core.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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Aug 2021 08:25:26 +0000 (09:25 +0100)
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)} \