From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 557E759CA3 for ; Wed, 9 Mar 2016 03:46:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 972F8E084C; Wed, 9 Mar 2016 03:46:50 +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 ED49FE084C for ; Wed, 9 Mar 2016 03:46:49 +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 68A9C3407E6 for ; Wed, 9 Mar 2016 03:46:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AAF71BA0 for ; Wed, 9 Mar 2016 03:46:46 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1457495192.f01eb1e0f70f1827c9bcde88b6db5ae4f1e4116a.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libx86/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libx86/libx86-1.1-r3.ebuild X-VCS-Directories: dev-libs/libx86/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: f01eb1e0f70f1827c9bcde88b6db5ae4f1e4116a X-VCS-Branch: master Date: Wed, 9 Mar 2016 03:46:46 +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: b3258fcb-b199-453d-8ac5-f8758bd2e3b4 X-Archives-Hash: bc10e527f22ea7d4c88093a58605f326 commit: f01eb1e0f70f1827c9bcde88b6db5ae4f1e4116a Author: Mike Frysinger gentoo org> AuthorDate: Wed Mar 9 03:46:08 2016 +0000 Commit: Mike Frysinger gentoo 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() {