mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/x265: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/875854 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake multilib-minimal multibuild
|
||||
inherit cmake flag-o-matic multilib-minimal multibuild
|
||||
|
||||
if [[ ${PV} = 9999* ]]; then
|
||||
inherit git-r3
|
||||
@@ -157,6 +157,11 @@ x265_variant_src_configure() {
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
# -Werror=odr
|
||||
# https://bugs.gentoo.org/875854
|
||||
# https://bitbucket.org/multicoreware/x265_git/issues/937/build-fails-with-lto
|
||||
filter-lto
|
||||
|
||||
local myabicmakeargs=(
|
||||
-DENABLE_TESTS=$(usex test ON OFF)
|
||||
$(multilib_is_native_abi || echo "-DENABLE_CLI=OFF")
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake multilib-minimal multibuild
|
||||
inherit cmake flag-o-matic multilib-minimal multibuild
|
||||
|
||||
if [[ ${PV} = 9999* ]]; then
|
||||
inherit git-r3
|
||||
@@ -156,6 +156,11 @@ x265_variant_src_configure() {
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
# -Werror=odr
|
||||
# https://bugs.gentoo.org/875854
|
||||
# https://bitbucket.org/multicoreware/x265_git/issues/937/build-fails-with-lto
|
||||
filter-lto
|
||||
|
||||
local myabicmakeargs=(
|
||||
-DENABLE_TESTS=$(usex test ON OFF)
|
||||
$(multilib_is_native_abi || echo "-DENABLE_CLI=OFF")
|
||||
|
||||
Reference in New Issue
Block a user