commit: f5d9e8a73d17b46b52552369f8c9928d304f7fea Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Oct 18 10:58:45 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 18 11:23:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d9e8a7
app-arch/lz4: Disable building ossfuzz stuff Closes: https://bugs.gentoo.org/940641 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-arch/lz4/lz4-1.10.0-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) 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
