summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-10-18 12:58:45 +0200
committerMichał Górny <mgorny@gentoo.org>2024-10-18 13:23:25 +0200
commitf5d9e8a73d17b46b52552369f8c9928d304f7fea (patch)
treeb0902e5b6cea3611b1e432d212be4ee4d19f60a8 /app-arch
parentdev-python/pyproject-fmt: Remove <stabilize-allarches/> (diff)
downloadgentoo-f5d9e8a73d17b46b52552369f8c9928d304f7fea.tar.gz
gentoo-f5d9e8a73d17b46b52552369f8c9928d304f7fea.tar.bz2
gentoo-f5d9e8a73d17b46b52552369f8c9928d304f7fea.zip
app-arch/lz4: Disable building ossfuzz stuff
Closes: https://bugs.gentoo.org/940641 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/lz4/lz4-1.10.0-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-arch/lz4/lz4-1.10.0-r1.ebuild b/app-arch/lz4/lz4-1.10.0-r1.ebuild
index a63f49599d1d..7b95b15830de 100644
--- a/app-arch/lz4/lz4-1.10.0-r1.ebuild
+++ b/app-arch/lz4/lz4-1.10.0-r1.ebuild
@@ -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