From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libx86/
Date: Wed, 9 Mar 2016 03:46:46 +0000 (UTC) [thread overview]
Message-ID: <1457495192.f01eb1e0f70f1827c9bcde88b6db5ae4f1e4116a.vapier@gentoo> (raw)
commit: f01eb1e0f70f1827c9bcde88b6db5ae4f1e4116a
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 9 03:46:08 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Wed Mar 9 03:46:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f01eb1e0
dev-libs/libx86: build w/-fno-delete-null-pointer-checks #523276
dev-libs/libx86/libx86-1.1-r3.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-libs/libx86/libx86-1.1-r3.ebuild b/dev-libs/libx86/libx86-1.1-r3.ebuild
index 26eea6a..8c9eb19 100644
--- a/dev-libs/libx86/libx86-1.1-r3.ebuild
+++ b/dev-libs/libx86/libx86-1.1-r3.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-inherit eutils multilib toolchain-funcs
+inherit eutils multilib toolchain-funcs flag-o-matic
DESCRIPTION="A hardware-independent library for executing real-mode x86 code"
HOMEPAGE="http://www.codon.org.uk/~mjg59/libx86"
@@ -20,8 +20,11 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}-0.99-ifmask.patch
# Patch for bugs #236888 and #456648
epatch "${FILESDIR}"/${P}-makefile.patch
+}
+src_configure() {
tc-export CC AR
+ append-flags -fno-delete-null-pointer-checks #523276
}
src_compile() {
next reply other threads:[~2016-03-09 3:46 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-09 3:46 Mike Frysinger [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-04-29 15:00 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libx86/ Richard Farina
2018-05-17 11:09 Sergey Popov
2018-05-17 11:09 Sergey Popov
2018-05-17 11:09 Sergey Popov
2021-01-12 21:14 Sergei Trofimovich
2021-01-13 19:28 Sergei Trofimovich
2021-10-10 20:44 Marek Szuba
2023-02-14 11:19 Sergey Popov
2024-05-19 17:09 Sam James
2024-05-19 17:09 Sam James
2024-10-28 19:46 Andreas K. Hüttel
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=1457495192.f01eb1e0f70f1827c9bcde88b6db5ae4f1e4116a.vapier@gentoo \
--to=vapier@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