diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-03-24 17:15:23 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-03-24 17:15:57 +0000 |
commit | 2187df4e2a89e7e13984ed149a2bfc3a6b22552e (patch) | |
tree | 098e2698483b77c0dd6f57b9648dce8b98f3937b /games-board/cockatrice | |
parent | sys-fs/squashfs-tools: Also remove newly-added vulnerable ebuilds (diff) | |
download | gentoo-2187df4e2a89e7e13984ed149a2bfc3a6b22552e.tar.gz gentoo-2187df4e2a89e7e13984ed149a2bfc3a6b22552e.tar.bz2 gentoo-2187df4e2a89e7e13984ed149a2bfc3a6b22552e.zip |
games-board/cockatrice: Build static libraries rather than shared
Closes: https://bugs.gentoo.org/681664
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-board/cockatrice')
-rw-r--r-- | games-board/cockatrice/cockatrice-20190304-r1.ebuild (renamed from games-board/cockatrice/cockatrice-20190304.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games-board/cockatrice/cockatrice-20190304.ebuild b/games-board/cockatrice/cockatrice-20190304-r1.ebuild index 8d1cd2056626..f44fa453f6d8 100644 --- a/games-board/cockatrice/cockatrice-20190304.ebuild +++ b/games-board/cockatrice/cockatrice-20190304-r1.ebuild @@ -55,6 +55,7 @@ PATCHES=( src_configure() { local mycmakeargs=( + -DBUILD_SHARED_LIBS=OFF -DUSE_CCACHE=OFF -DWITH_CLIENT=$(usex client) -DWITH_ORACLE=$(usex oracle) |