diff options
author | Sam James <sam@gentoo.org> | 2023-02-10 06:05:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-10 06:05:39 +0000 |
commit | 2c12b4d34af00db6767670f32cc55258d3b81896 (patch) | |
tree | 0063a27e9c1dc39a7c615f676fe2e95df652939e /app-arch | |
parent | app-arch/zstd: wire up split-usr (diff) | |
download | gentoo-2c12b4d34af00db6767670f32cc55258d3b81896.tar.gz gentoo-2c12b4d34af00db6767670f32cc55258d3b81896.tar.bz2 gentoo-2c12b4d34af00db6767670f32cc55258d3b81896.zip |
app-arch/zstd: wire up static-libs
I'll keyword this later.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/zstd/zstd-1.5.4-r2.ebuild (renamed from app-arch/zstd/zstd-1.5.4-r1.ebuild) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-arch/zstd/zstd-1.5.4-r1.ebuild b/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) |