From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E4130139694 for ; Wed, 14 Jun 2017 23:16:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC3D321C0B2; Wed, 14 Jun 2017 23:15:59 +0000 (UTC) Received: from tsukuyomi.43-1.org (tsukuyomi.43-1.org [188.40.248.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96A3021C060 for ; Wed, 14 Jun 2017 23:15:57 +0000 (UTC) From: Matthias Maier To: gentoo-dev@lists.gentoo.org Cc: toolchain@gentoo.org, embedded@gentoo.org, Matthias Maier Subject: [gentoo-dev] [PATCH 3/5] toolchain-glibc.eclass: Always enable stack guard randomization (bug #621742). Date: Wed, 14 Jun 2017 18:15:39 -0500 Message-Id: <20170614231541.29719-4-tamiko@gentoo.org> X-Mailer: git-send-email 2.13.0 In-Reply-To: <20170614231541.29719-1-tamiko@gentoo.org> References: <20170614231541.29719-1-tamiko@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Archives-Salt: 41191c9c-88b0-4ab5-86d6-9f1fd3d0c5c6 X-Archives-Hash: 7b6982d4436c21756089ff7bfb2f929e From: Arfrever Frehtes Taifersar Arahesis Signed-off-by: Matthias Maier --- eclass/toolchain-glibc.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/toolchain-glibc.eclass b/eclass/toolchain-glibc.eclass index eba829cd2f..5be31eb193 100644 --- a/eclass/toolchain-glibc.eclass +++ b/eclass/toolchain-glibc.eclass @@ -780,7 +780,7 @@ glibc_do_configure() { [[ -d ports ]] && addons+=",ports" popd > /dev/null - myconf+=( $(use_enable hardened stackguard-randomization) ) + myconf+=( --enable-stackguard-randomization ) if has_version '