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 62995139694 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 B0700E0CFD; 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 9025AE0CFD 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 955E7340EE8 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 37C044C12 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.c007515ecb55f7791845c59a3b49bd7ee8aa792f.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-7.10.3.ebuild 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: c007515ecb55f7791845c59a3b49bd7ee8aa792f 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: 3cf519aa-7701-4dbe-968e-bb4997a53495 X-Archives-Hash: c56c58b1149315abc4ab8ba91c73f6c0 commit: c007515ecb55f7791845c59a3b49bd7ee8aa792f Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Feb 18 12:10:55 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=c007515e dev-lang/ghc: do not persist '-no-pie' in ghc wrapper, bug #609624 This fixes build failure of shared libraries on gcc-6.3.0 Reported-by: Helmut Jarausch Bug: https://bugs.gentoo.org/609624 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-lang/ghc/ghc-7.10.3.ebuild | 2 +- dev-lang/ghc/ghc-8.0.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/ghc/ghc-7.10.3.ebuild b/dev-lang/ghc/ghc-7.10.3.ebuild index a963d059c6..40d8745f70 100644 --- a/dev-lang/ghc/ghc-7.10.3.ebuild +++ b/dev-lang/ghc/ghc-7.10.3.ebuild @@ -251,7 +251,7 @@ ghc_setup_cflags() { # gcc-6.3 has support for -no-pie upstream, but spelling differs from # gentoo-specific '-nopie'. We enable it in non-bootstrap to allow # hardened users try '-pie' in USE=ghcbootstrap mode. - append-ghc-cflags persistent compile link -no-pie + append-ghc-cflags compile link -no-pie fi gcc-specs-ssp && append-ghc-cflags persistent compile -fno-stack-protector diff --git a/dev-lang/ghc/ghc-8.0.2.ebuild b/dev-lang/ghc/ghc-8.0.2.ebuild index 1b6e172721..79e0333ca9 100644 --- a/dev-lang/ghc/ghc-8.0.2.ebuild +++ b/dev-lang/ghc/ghc-8.0.2.ebuild @@ -243,7 +243,7 @@ ghc_setup_cflags() { # gcc-6.3 has support for -no-pie upstream, but spelling differs from # gentoo-specific '-nopie'. We enable it in non-bootstrap to allow # hardened users try '-pie' in USE=ghcbootstrap mode. - append-ghc-cflags persistent compile link -no-pie + append-ghc-cflags compile link -no-pie fi # prevent from failind building unregisterised ghc: