Skip to content

Commit

Permalink
dev-cpp/gtest: Reenable building shared libraries
Browse files Browse the repository at this point in the history
The doublefree bug is fixed upstream with the merge of
google/googletest#1339

Package-Manager: Portage-2.3.49, Repoman-2.3.10
  • Loading branch information
Peter-Levine committed Sep 14, 2018
1 parent 009b6a3 commit e8c7699
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dev-cpp/gtest/gtest-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e8c7699

Please sign in to comment.