commit: 2c12b4d34af00db6767670f32cc55258d3b81896
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 06:05:23 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 06:05:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c12b4d3
app-arch/zstd: wire up static-libs
I'll keyword this later.
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-arch/zstd/{zstd-1.5.4-r1.ebuild => zstd-1.5.4-r2.ebuild} | 2 ++
1 file changed, 2 insertions(+)
diff --git a/app-arch/zstd/zstd-1.5.4-r1.ebuild
b/app-arch/zstd/zstd-1.5.4-r2.ebuild
similarity index 96%
rename from app-arch/zstd/zstd-1.5.4-r1.ebuild
rename to app-arch/zstd/zstd-1.5.4-r2.ebuild
index 924a52a9985b..a57af82cf567 100644
--- a/app-arch/zstd/zstd-1.5.4-r1.ebuild
+++ b/app-arch/zstd/zstd-1.5.4-r2.ebuild
@@ -44,6 +44,8 @@ multilib_src_configure() {
EOF
local emesonargs=(
+ -Ddefault_library=$(multilib_native_usex static-libs both
shared)
+
$(meson_native_true bin_programs)
$(meson_native_true bin_contrib)
$(meson_use test bin_tests)