games-emulation/dosbox-x: Filter LTO flags

Closes: https://bugs.gentoo.org/859973
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
This commit is contained in:
Yuan Liao
2022-08-23 12:57:43 -07:00
parent 77ee3b850d
commit d1ff3cc3ee
3 changed files with 18 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit autotools toolchain-funcs xdg
inherit autotools flag-o-matic toolchain-funcs xdg
if [[ "${PV}" == 9999 ]]; then
inherit git-r3
@@ -106,6 +106,11 @@ src_prepare() {
die "Failed to remove check for setcap in Makefile.am"
eautoreconf
# https://bugs.gentoo.org/859973
# https://github.com/joncampbell123/dosbox-x/issues/3663
# No upstream response regarding LTO yet; disable it for now
filter-lto
}
src_configure() {

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit autotools toolchain-funcs xdg
inherit autotools flag-o-matic toolchain-funcs xdg
if [[ "${PV}" == 9999 ]]; then
inherit git-r3
@@ -101,6 +101,11 @@ src_prepare() {
die "Failed to remove check for setcap in Makefile.am"
eautoreconf
# https://bugs.gentoo.org/859973
# https://github.com/joncampbell123/dosbox-x/issues/3663
# No upstream response regarding LTO yet; disable it for now
filter-lto
}
src_configure() {

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit autotools toolchain-funcs xdg
inherit autotools flag-o-matic toolchain-funcs xdg
if [[ "${PV}" == 9999 ]]; then
inherit git-r3
@@ -101,6 +101,11 @@ src_prepare() {
die "Failed to remove check for setcap in Makefile.am"
eautoreconf
# https://bugs.gentoo.org/859973
# https://github.com/joncampbell123/dosbox-x/issues/3663
# No upstream response regarding LTO yet; disable it for now
filter-lto
}
src_configure() {