diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-09-24 17:15:28 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-09-24 17:22:16 -0400 |
commit | edd8cb31db21dd4335c13b1b68920864ccd702e9 (patch) | |
tree | bf0fc753adb10560de43d505c9fb33a50686ce67 /games-emulation | |
parent | sys-apps/baselayout: drop creation of etc/gentoo-release (diff) | |
download | gentoo-edd8cb31db21dd4335c13b1b68920864ccd702e9.tar.gz gentoo-edd8cb31db21dd4335c13b1b68920864ccd702e9.tar.bz2 gentoo-edd8cb31db21dd4335c13b1b68920864ccd702e9.zip |
games-emulation/pcsx2: use shared=off to fix live build
It's not installed libraries.
Closes: https://bugs.gentoo.org/809614
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index acc1b5e7b76b..6c56bf44c0de 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -68,6 +68,7 @@ src_configure() { local CMAKE_BUILD_TYPE="Release" local mycmakeargs=( -DARCH_FLAG= + -DBUILD_SHARED_LIBS=FALSE -DDISABLE_BUILD_DATE=TRUE -DDISABLE_PCSX2_WRAPPER=TRUE -DDISABLE_SETCAP=TRUE |