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 D12CD138334 for ; Sat, 16 Jun 2018 18:01:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B50EBE0805; Sat, 16 Jun 2018 18:01:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E153E0805 for ; Sat, 16 Jun 2018 18:01:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A315C335C7E for ; Sat, 16 Jun 2018 18:01:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9AC92BD for ; Sat, 16 Jun 2018 18:01:35 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1529172091.523c47e832c9e3a3c96643cb2d96cefec1a6da56.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/glibc/glibc-2.19-r2.ebuild X-VCS-Directories: sys-libs/glibc/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 523c47e832c9e3a3c96643cb2d96cefec1a6da56 X-VCS-Branch: master Date: Sat, 16 Jun 2018 18:01:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 39f93747-dd97-44b8-b3e1-1fbda1830f6c X-Archives-Hash: 663cd556a0649a55b670be32833f37ae commit: 523c47e832c9e3a3c96643cb2d96cefec1a6da56 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jun 16 17:58:32 2018 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Jun 16 18:01:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=523c47e8 sys-libs/glibc: Ancient version doesnt build with stack protector Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-libs/glibc/glibc-2.19-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-libs/glibc/glibc-2.19-r2.ebuild b/sys-libs/glibc/glibc-2.19-r2.ebuild index b2b9a397b55..67d94602c8f 100644 --- a/sys-libs/glibc/glibc-2.19-r2.ebuild +++ b/sys-libs/glibc/glibc-2.19-r2.ebuild @@ -367,6 +367,7 @@ setup_flags() { append-flags -O2 -fno-strict-aliasing filter-flags '-fstack-protector*' + append-flags '-fno-stack-protector' # Starting with gcc-6 (and fully upstreamed pie patches) we control # default enabled/disabled pie via use flags. So nothing to do