From 28ec20d517e494deed48497b1c478f5bd4dff1a6 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Wed, 14 Jun 2017 17:00:32 +0200 Subject: [PATCH] toolchain-glibc.eclass: Always enable stack guard randomization (bug #621742). Signed-off-by: Matthias Maier --- eclass/toolchain-glibc.eclass | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/eclass/toolchain-glibc.eclass b/eclass/toolchain-glibc.eclass index eba829cd2f628..d1e79975ccff2 100644 --- a/eclass/toolchain-glibc.eclass +++ b/eclass/toolchain-glibc.eclass @@ -780,7 +780,6 @@ glibc_do_configure() { [[ -d ports ]] && addons+=",ports" popd > /dev/null - myconf+=( $(use_enable hardened stackguard-randomization) ) if has_version '