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 AB7BC138334 for ; Sat, 7 Jul 2018 20:33:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C84E8E0AB2; Sat, 7 Jul 2018 20:33:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9792DE0AB2 for ; Sat, 7 Jul 2018 20:33:29 +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 AF28B335C7F for ; Sat, 7 Jul 2018 20:33:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90AFD352 for ; Sat, 7 Jul 2018 20:33:25 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1530995586.3ea9779c9de7c7cea77aaff49dfd76957d2b1958.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gprbuild/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gprbuild/gprbuild-2018.ebuild X-VCS-Directories: dev-ada/gprbuild/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 3ea9779c9de7c7cea77aaff49dfd76957d2b1958 X-VCS-Branch: master Date: Sat, 7 Jul 2018 20:33:25 +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: 3df7ecdf-16ac-45ff-b361-83db127e720f X-Archives-Hash: 2240be3be340362cb357df8548a03225 commit: 3ea9779c9de7c7cea77aaff49dfd76957d2b1958 Author: Tupone Alfredo gentoo org> AuthorDate: Sat Jul 7 20:33:06 2018 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Jul 7 20:33:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea9779c dev-ada/gprbuild: Fix "-r and -pie may not be used together" error Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ada/gprbuild/gprbuild-2018.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-ada/gprbuild/gprbuild-2018.ebuild b/dev-ada/gprbuild/gprbuild-2018.ebuild index f071a9a8850..95d0bdafd85 100644 --- a/dev-ada/gprbuild/gprbuild-2018.ebuild +++ b/dev-ada/gprbuild/gprbuild-2018.ebuild @@ -43,6 +43,10 @@ src_prepare() { -e "s:@GNATBIND@:gnatbind-${GCC_PV}:g" \ src/gprlib.adb \ || die + sed -i \ + -e "s:\"-Wl,-r\":\"-r\":g" \ + share/gprconfig/linker.xml \ + || die } src_configure() {