mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-games/hawknl: filter LTO, no SA
Dead upstream. Closes: https://bugs.gentoo.org/855311 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit toolchain-funcs
|
||||
inherit flag-o-matic toolchain-funcs
|
||||
|
||||
DESCRIPTION="A cross-platform network library designed for games"
|
||||
HOMEPAGE="http://www.hawksoft.com/hawknl/"
|
||||
@@ -20,6 +20,10 @@ PATCHES=( "${FILESDIR}"/${P}-build.patch )
|
||||
|
||||
src_configure() {
|
||||
tc-export CC
|
||||
|
||||
# bug #855311
|
||||
append-flags -fno-strict-aliasing
|
||||
filter-lto
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
||||
Reference in New Issue
Block a user