app-arch/lz4: Sync with Gentoo

It's from Gentoo commit f5d9e8a73d17b46b52552369f8c9928d304f7fea.
This commit is contained in:
Flatcar Buildbot 2024-10-21 07:04:33 +00:00
parent c67d2a24a5
commit 1d22f5bd4c

View File

@ -27,6 +27,8 @@ multilib_src_configure() {
local emesonargs=(
-Dtests=$(usex test true false)
-Ddefault_library=$(usex static-libs both shared)
# https://bugs.gentoo.org/940641
-Dossfuzz=false
)
# with -Dprograms=false, the test suite is only rudimentary,
# so build them for testing non-native ABI as well