commit: 3dde3e2aa0d86be305acd90cdff45b22a43c669c
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 3 09:12:32 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jun 3 09:12:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dde3e2a
app-arch/snappy: clarify the benchmarking options
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-arch/snappy/snappy-1.1.9.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-arch/snappy/snappy-1.1.9.ebuild
b/app-arch/snappy/snappy-1.1.9.ebuild
index afb71c795da..ad43d4fa986 100644
--- a/app-arch/snappy/snappy-1.1.9.ebuild
+++ b/app-arch/snappy/snappy-1.1.9.ebuild
@@ -29,8 +29,8 @@ multilib_src_configure() {
local mycmakeargs=(
-DSNAPPY_BUILD_TESTS=$(usex test)
-DSNAPPY_BUILD_BENCHMARKS=OFF
- # we do not want to run benchmarks, and those are only used
- # for benchmarks
+
+ # Options below are related to benchmarking, that we disable.
-DHAVE_LIBZ=NO
-DHAVE_LIBLZO2=NO
-DHAVE_LIBLZ4=NO