commit: 0046e49dc0a3f3c9bf8aedbfb18df752152a4d03 Author: Peter Levine <plevine457 <AT> gmail <DOT> com> AuthorDate: Fri Sep 14 01:05:13 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Sep 22 07:07:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0046e49d
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 dev-cpp/gtest/gtest-9999.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild index a1b5e7ed14c..a2e7c57c55e 100644 --- a/dev-cpp/gtest/gtest-9999.ebuild +++ b/dev-cpp/gtest/gtest-9999.ebuild @@ -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)
