From 1d22f5bd4c5549637ac2f51662aaeedfc9205458 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 21 Oct 2024 07:04:33 +0000 Subject: [PATCH] app-arch/lz4: Sync with Gentoo It's from Gentoo commit f5d9e8a73d17b46b52552369f8c9928d304f7fea. --- .../portage-stable/app-arch/lz4/lz4-1.10.0-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk_container/src/third_party/portage-stable/app-arch/lz4/lz4-1.10.0-r1.ebuild b/sdk_container/src/third_party/portage-stable/app-arch/lz4/lz4-1.10.0-r1.ebuild index a63f49599d..7b95b15830 100644 --- a/sdk_container/src/third_party/portage-stable/app-arch/lz4/lz4-1.10.0-r1.ebuild +++ b/sdk_container/src/third_party/portage-stable/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