diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-12 22:22:48 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-12 22:23:09 +0300 |
commit | 1025d0c164b905ef041e8aefa4d4df5bfac8831b (patch) | |
tree | ce09c46ec488df8e950b8717ab333f85e880dafd /dev-libs/leveldb | |
parent | dev-libs/thrift: add 0.20.0 (diff) | |
download | gentoo-1025d0c164b905ef041e8aefa4d4df5bfac8831b.tar.gz gentoo-1025d0c164b905ef041e8aefa4d4df5bfac8831b.tar.bz2 gentoo-1025d0c164b905ef041e8aefa4d4df5bfac8831b.zip |
dev-libs/leveldb: fix -Werror
Closes: https://bugs.gentoo.org/894498
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/leveldb')
-rw-r--r-- | dev-libs/leveldb/leveldb-1.23-r6.ebuild (renamed from dev-libs/leveldb/leveldb-1.23-r5.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/leveldb/leveldb-1.23-r5.ebuild b/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 } |