]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
GTEST: Have FreeBSD use the TR1 code that comes with gtest.
authorWillem Jan Withagen <wjw@digiware.nl>
Wed, 4 May 2016 09:15:54 +0000 (11:15 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Tue, 10 May 2016 21:41:17 +0000 (23:41 +0200)
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/Makefile-env.am

index df225d684731631c189169611fb85051ff63c2cb..ddffbd70a0327698eef178adbd689cbfb323c79a 100644 (file)
@@ -85,11 +85,11 @@ AM_COMMON_CPPFLAGS = \
        -D__STDC_FORMAT_MACROS \
        -D_GNU_SOURCE \
        -DCEPH_LIBDIR=\"${libdir}\" \
-       -DCEPH_PKGLIBDIR=\"${pkglibdir}\" \
-       -DGTEST_USE_OWN_TR1_TUPLE=0
+       -DCEPH_PKGLIBDIR=\"${pkglibdir}\" 
 
 if LINUX
 AM_COMMON_CPPFLAGS += \
+       -DGTEST_USE_OWN_TR1_TUPLE=0 \
        -D_REENTRANT
 endif