Skip to content

Commit

Permalink
ceph needs gmock/gtest to be statically linked
Browse files Browse the repository at this point in the history
The ceph-test package depends on gmock and gtest and needs to statically
link them because packages are not configured to distribute the
corresponding shared library files.

Update the gmock submodule to the version that is configured with
noinst libraries that will be statically linked.

The gmock submodule is modified to reference the branch in which the
ceph specific changes have been done.

http://tracker.ceph.com/issues/11040 Fixes: ceph#11040

Signed-off-by: Loic Dachary <[email protected]>
  • Loading branch information
ldachary committed Mar 5, 2015
1 parent 60e2bec commit 9b372fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@
[submodule "src/gmock"]
path = src/gmock
url = https://github.com/ceph/gmock.git
branch = ceph-release-1.7.0
2 changes: 1 addition & 1 deletion src/gmock
Submodule gmock updated 3 files
+1 −0 .gitmodules
+1 −1 Makefile.am
+1 −1 gtest

0 comments on commit 9b372fe

Please sign in to comment.