mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-games/openscenegraph-openmw: filter -fno-semantic-interposition w/ LTO
It's the same strange -Wodr issue that pops up w/ -fno-semanticc-interposition every so often. Closes: https://bugs.gentoo.org/955848 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -6,7 +6,7 @@ EAPI=8
|
||||
LUA_COMPAT=( lua5-1 )
|
||||
|
||||
WX_GTK_VER="3.2-gtk3"
|
||||
inherit cmake flag-o-matic lua-single wxwidgets
|
||||
inherit cmake flag-o-matic lua-single toolchain-funcs wxwidgets
|
||||
|
||||
MY_COMMIT="69cfecebfb6dc703b42e8de39eed750a84a87489"
|
||||
|
||||
@@ -103,6 +103,8 @@ src_configure() {
|
||||
|
||||
# Needed by FFmpeg
|
||||
append-cppflags -D__STDC_CONSTANT_MACROS
|
||||
# bug #955848
|
||||
tc-is-lto && filter-flags -fno-semantic-interposition
|
||||
|
||||
local libdir=$(get_libdir)
|
||||
local mycmakeargs=(
|
||||
|
||||
Reference in New Issue
Block a user