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 9C20E139695 for ; Sat, 18 Feb 2017 12:13:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3B36E0D75; Sat, 18 Feb 2017 12:12:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A0F18E0D75 for ; Sat, 18 Feb 2017 12:12:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83A4A340C97 for ; Sat, 18 Feb 2017 12:12:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 225114C11 for ; Sat, 18 Feb 2017 12:12:57 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1487419970.8cee49e4a6c8d9ec80faa4054b621467450d3ebb.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ghc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ghc/ghc-8.0.2.ebuild X-VCS-Directories: dev-lang/ghc/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 8cee49e4a6c8d9ec80faa4054b621467450d3ebb X-VCS-Branch: master Date: Sat, 18 Feb 2017 12:12:57 +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: 6e65f7b0-dc81-481b-9596-e7aec9318195 X-Archives-Hash: 23b0e61007700d4afccb347b3fc0473a commit: 8cee49e4a6c8d9ec80faa4054b621467450d3ebb Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Feb 18 12:09:08 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Feb 18 12:12:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cee49e4 dev-lang/ghc: drop '-fno-stack-protector' GHC does not use Evil Mangler any more thus GHC should not care about stack protection in C code. It should just work. Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-lang/ghc/ghc-8.0.2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-lang/ghc/ghc-8.0.2.ebuild b/dev-lang/ghc/ghc-8.0.2.ebuild index f4392497ce..1b6e172721 100644 --- a/dev-lang/ghc/ghc-8.0.2.ebuild +++ b/dev-lang/ghc/ghc-8.0.2.ebuild @@ -245,7 +245,6 @@ ghc_setup_cflags() { # hardened users try '-pie' in USE=ghcbootstrap mode. append-ghc-cflags persistent compile link -no-pie fi - gcc-specs-ssp && append-ghc-cflags persistent compile -fno-stack-protector # prevent from failind building unregisterised ghc: # http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg171602.html