mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/9libs: pass -fno-strict-aliasing
May be an easy fix but haven't looked closely, just passing as a better than nothing solution. Closes: https://bugs.gentoo.org/855665 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
inherit autotools flag-o-matic
|
||||
|
||||
DESCRIPTION="Plan 9 compatibility libraries"
|
||||
HOMEPAGE="https://netlib.org/research/9libs/9libs-1.0.README"
|
||||
@@ -32,6 +32,8 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
append-flags -fno-strict-aliasing #855665
|
||||
|
||||
local econfargs=(
|
||||
--enable-shared
|
||||
--includedir="${EPREFIX}"/usr/include/9libs
|
||||
Reference in New Issue
Block a user