From: Peter Levine Date: Fri, 14 Sep 2018 01:05:13 +0000 (-0400) Subject: dev-cpp/gtest: Reenable building shared libraries X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0046e49dc0a3f3c9bf8aedbfb18df752152a4d03;p=gentoo.git 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 --- 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)