Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsx2/
Date: Fri, 24 Sep 2021 21:23:21
Message-Id: 1632518536.edd8cb31db21dd4335c13b1b68920864ccd702e9.ionen@gentoo
1 commit: edd8cb31db21dd4335c13b1b68920864ccd702e9
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 24 21:15:28 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 24 21:22:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd8cb31
7
8 games-emulation/pcsx2: use shared=off to fix live build
9
10 It's not installed libraries.
11
12 Closes: https://bugs.gentoo.org/809614
13 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
14
15 games-emulation/pcsx2/pcsx2-9999.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild
19 index acc1b5e7b76..6c56bf44c0d 100644
20 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild
21 +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
22 @@ -68,6 +68,7 @@ src_configure() {
23 local CMAKE_BUILD_TYPE="Release"
24 local mycmakeargs=(
25 -DARCH_FLAG=
26 + -DBUILD_SHARED_LIBS=FALSE
27 -DDISABLE_BUILD_DATE=TRUE
28 -DDISABLE_PCSX2_WRAPPER=TRUE
29 -DDISABLE_SETCAP=TRUE