From: Loic Dachary Date: Thu, 5 Mar 2015 23:06:21 +0000 (+0100) Subject: ceph needs gmock/gtest to be statically linked X-Git-Tag: v9.0.0~210^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9b372fe72c574e02a329313c948e0617b8b9ac8f;p=ceph.git ceph needs gmock/gtest to be statically linked 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: #11040 Signed-off-by: Loic Dachary --- diff --git a/.gitmodules b/.gitmodules index bcbaeab10b71..df66266bf808 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,4 @@ [submodule "src/gmock"] path = src/gmock url = https://github.com/ceph/gmock.git + branch = ceph-release-1.7.0 diff --git a/src/gmock b/src/gmock index e4f3100fc3c0..d701f9d547a0 160000 --- a/src/gmock +++ b/src/gmock @@ -1 +1 @@ -Subproject commit e4f3100fc3c0544b8504ac8237b777bf102b5755 +Subproject commit d701f9d547a03677d612d7af3f212871a427f058