From 0046e49dc0a3f3c9bf8aedbfb18df752152a4d03 Mon Sep 17 00:00:00 2001 From: Peter Levine Date: Thu, 13 Sep 2018 21:05:13 -0400 Subject: 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 a1b5e7ed14c4..a2e7c57c55e9 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) -- cgit v1.2.3-18-g5258