app-arch/lz4: Disable building ossfuzz stuff

Closes: https://bugs.gentoo.org/940641
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-10-18 12:58:45 +02:00
parent 34bbe1ce7f
commit f5d9e8a73d

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