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 20BA9139084 for ; Wed, 14 Dec 2016 22:38:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EDA1E0CD2; Wed, 14 Dec 2016 22:38:12 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78944E0CD2 for ; Wed, 14 Dec 2016 22:38:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5B1413412F9 for ; Wed, 14 Dec 2016 22:38:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C177624C5 for ; Wed, 14 Dec 2016 22:38:09 +0000 (UTC) From: "Sam Jorna" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam Jorna" Message-ID: <1481754508.e18eb3c31f350a35f1043decea2a220094bbce18.wraeth@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/refind/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/refind/refind-0.10.4-r1.ebuild sys-boot/refind/refind-0.10.4-r2.ebuild X-VCS-Directories: sys-boot/refind/ X-VCS-Committer: wraeth X-VCS-Committer-Name: Sam Jorna X-VCS-Revision: e18eb3c31f350a35f1043decea2a220094bbce18 X-VCS-Branch: master Date: Wed, 14 Dec 2016 22:38:09 +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: a8d8843a-7a77-4615-93d5-78e542975709 X-Archives-Hash: 3454cb7f40587439a7b0ad719ca33c98 commit: e18eb3c31f350a35f1043decea2a220094bbce18 Author: Sam Jorna gentoo org> AuthorDate: Wed Dec 14 02:25:54 2016 +0000 Commit: Sam Jorna gentoo org> CommitDate: Wed Dec 14 22:28:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e18eb3c3 sys-boot/refind: revbump, disable build with PIE Gentoo-bug: 598647 Acked-by: Stéphane Veyret gmail.com> Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-boot/refind/{refind-0.10.4-r1.ebuild => refind-0.10.4-r2.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys-boot/refind/refind-0.10.4-r1.ebuild b/sys-boot/refind/refind-0.10.4-r2.ebuild similarity index 98% rename from sys-boot/refind/refind-0.10.4-r1.ebuild rename to sys-boot/refind/refind-0.10.4-r2.ebuild index af45a99..b427764 100644 --- a/sys-boot/refind/refind-0.10.4-r1.ebuild +++ b/sys-boot/refind/refind-0.10.4-r2.ebuild @@ -54,6 +54,10 @@ pkg_setup() { src_prepare() { default + + # bug 598647 - PIE not supported + sed -e 's:CFLAGS =:& -fno-PIE:' -i "${S}/Make.common" || die + local f for f in "${S}"/*/Make.tiano "${S}"/Make.common; do sed -i -e 's/^\(include .*target.txt.*\)$/#\1/' \