mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-libs/libx86: build w/-fno-delete-null-pointer-checks #523276
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user