dev-cpp/gtest: Reenable building shared libraries

The doublefree bug is fixed upstream with the merge of
https://github.com/google/googletest/pull/1339

Package-Manager: Portage-2.3.49, Repoman-2.3.10
This commit is contained in:
Peter Levine
2018-09-13 21:05:13 -04:00
committed by Michał Górny
parent 1cb37ce93c
commit 0046e49dc0

View File

@@ -40,11 +40,7 @@ multilib_src_configure() {
local mycmakeargs=(
-DBUILD_GMOCK=ON
-DINSTALL_GTEST=ON
# currently only static libs work
# due to numerous ODR violations
# https://github.com/google/googletest/issues/930
-DBUILD_SHARED_LIBS=OFF
-DBUILD_SHARED_LIBS=ON
# tests
-Dgmock_build_tests=$(usex test)