GNU bug report logs -
#27983
[PATCH] gnu: googletest: Build shared libraries.
Previous Next
Reported by: manolis837 <at> gmail.com
Date: Sun, 6 Aug 2017 14:13:01 UTC
Severity: normal
Tags: patch
Done: Manolis Ragkousis <manolis837 <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
From: Manolis Ragkousis <manolis837 <at> gmail.com>
* gnu/packages/check.scm (googletest)[arguments]: Pass "-DBUILD_SHARED_LIBS=ON"
in #:configure-flags.
---
gnu/packages/check.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 2ab5c0135..ddfcf1750 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -213,6 +213,8 @@ normally do not detect. The goal is to detect only real errors in the code
(base32
"1n5p1m2m3fjrjdj752lf92f9wq3pl5cbsfrb49jqbg52ghkz99jq"))))
(build-system cmake-build-system)
+ (arguments
+ `(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
(native-inputs
`(("python-2" ,python-2)))
(home-page "https://github.com/google/googletest/")
--
2.13.4
This bug report was last modified 7 years and 291 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.