public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Keri Harris" <keri@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gprolog/
Date: Mon,  3 Sep 2018 11:36:47 +0000 (UTC)	[thread overview]
Message-ID: <1535974593.5e188b0f18e9db395ae0e730ec25d14a8c4d18a7.keri@gentoo> (raw)

commit:     5e188b0f18e9db395ae0e730ec25d14a8c4d18a7
Author:     Keri Harris <keri <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  3 11:36:17 2018 +0000
Commit:     Keri Harris <keri <AT> gentoo <DOT> org>
CommitDate: Mon Sep  3 11:36:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e188b0f

dev-lang/gprolog: disable PIE as gplc generates native ASM

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-lang/gprolog/gprolog-1.4.5.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-lang/gprolog/gprolog-1.4.5.ebuild b/dev-lang/gprolog/gprolog-1.4.5.ebuild
index 55a9c9558bb..7e7d7363ac9 100644
--- a/dev-lang/gprolog/gprolog-1.4.5.ebuild
+++ b/dev-lang/gprolog/gprolog-1.4.5.ebuild
@@ -34,6 +34,11 @@ src_configure() {
 	append-flags -fno-strict-aliasing
 	use debug && append-flags -DDEBUG
 
+	if tc-enables-pie; then
+		# gplc generates its own native ASM; disable PIE
+		append-ldflags -no-pie
+	fi
+
 	cd "${S}"/src
 	econf \
 		CFLAGS_MACHINE="${CFLAGS_MACHINE}" \


             reply	other threads:[~2018-09-03 11:36 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-03 11:36 Keri Harris [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-05  4:08 [gentoo-commits] repo/gentoo:master commit in: dev-lang/gprolog/ Eli Schwartz
2024-09-05  4:08 Eli Schwartz
2024-05-17  6:24 Arthur Zamarin
2024-05-17  6:24 Arthur Zamarin
2024-05-15 12:06 Sam James
2024-05-15 10:31 Sam James
2024-04-14 16:04 Arthur Zamarin
2024-03-11 22:53 Sam James
2021-04-21 18:51 Sam James
2020-07-20 18:49 Sam James
2020-07-20 18:08 Keri Harris
2020-07-17 10:17 Keri Harris
2020-05-28 11:01 Keri Harris
2018-09-02 19:14 Keri Harris
2017-04-08 21:57 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1535974593.5e188b0f18e9db395ae0e730ec25d14a8c4d18a7.keri@gentoo \
    --to=keri@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox