mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-emulation/ppsspp: filter lto
Closes: https://bugs.gentoo.org/926079 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit python-any-r1 xdg cmake
|
||||
inherit flag-o-matic python-any-r1 xdg cmake
|
||||
|
||||
DESCRIPTION="A PSP emulator written in C++"
|
||||
HOMEPAGE="https://www.ppsspp.org/
|
||||
@@ -51,6 +51,9 @@ pkg_setup() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# bug https://bugs.gentoo.org/926079
|
||||
filter-lto
|
||||
|
||||
local -a mycmakeargs=(
|
||||
-DBUILD_SHARED_LIBS=OFF
|
||||
-DCMAKE_SKIP_RPATH=ON
|
||||
|
||||
@@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit python-any-r1 xdg cmake
|
||||
inherit flag-o-matic python-any-r1 xdg cmake
|
||||
|
||||
DESCRIPTION="A PSP emulator written in C++"
|
||||
HOMEPAGE="https://www.ppsspp.org/
|
||||
@@ -66,6 +66,9 @@ pkg_setup() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# bug https://bugs.gentoo.org/926079
|
||||
filter-lto
|
||||
|
||||
local -a mycmakeargs=(
|
||||
-DBUILD_SHARED_LIBS=OFF
|
||||
-DCMAKE_SKIP_RPATH=ON
|
||||
|
||||
Reference in New Issue
Block a user