commit: 1025d0c164b905ef041e8aefa4d4df5bfac8831b Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 12 19:22:48 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Apr 12 19:23:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1025d0c1
dev-libs/leveldb: fix -Werror Closes: https://bugs.gentoo.org/894498 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-libs/leveldb/{leveldb-1.23-r5.ebuild => leveldb-1.23-r6.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/leveldb/leveldb-1.23-r5.ebuild b/dev-libs/leveldb/leveldb-1.23-r6.ebuild similarity index 90% rename from dev-libs/leveldb/leveldb-1.23-r5.ebuild rename to dev-libs/leveldb/leveldb-1.23-r6.ebuild index b484578cd53d..c963638d5fd9 100644 --- a/dev-libs/leveldb/leveldb-1.23-r5.ebuild +++ b/dev-libs/leveldb/leveldb-1.23-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -41,6 +41,7 @@ src_configure() { -DHAVE_SNAPPY=$(usex snappy) -DHAVE_TCMALLOC=$(usex tcmalloc) -DLEVELDB_BUILD_TESTS=$(usex test) + -DHAVE_CLANG_THREAD_SAFETY=OFF # adds -Werror to current build and all revdeps ) cmake_src_configure }
