mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
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:
committed by
Michał Górny
parent
1cb37ce93c
commit
0046e49dc0
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user