[packages/crc32c] disable glog too when building without tests
atler
atler at pld-linux.org
Tue Aug 5 07:49:40 CEST 2025
commit ac9d65d628edb80df622f271bed635d63d6a0d91
Author: Jan Palus <atler at pld-linux.org>
Date: Tue Aug 5 07:49:03 2025 +0200
disable glog too when building without tests
crc32c.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/crc32c.spec b/crc32c.spec
index 6b37325..dc6d3aa 100644
--- a/crc32c.spec
+++ b/crc32c.spec
@@ -72,7 +72,7 @@ fi
install -d build
cd build
%cmake .. \
- %{!?with_tests:-DCRC32C_BUILD_BENCHMARKS=OFF -DCRC32C_BUILD_TESTS=OFF}
+ %{!?with_tests:-DCRC32C_BUILD_BENCHMARKS=OFF -DCRC32C_BUILD_TESTS=OFF -DCRC32C_USE_GLOG=OFF}
%{__make}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/crc32c.git/commitdiff/6d38896d480b916b1f878545347e0d01cf263b90
More information about the pld-cvs-commit
mailing list