summaryrefslogtreecommitdiff
path: root/src/third_party
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2016-08-02 17:45:13 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2016-08-02 17:45:13 -0400
commit6aa30a134b76d57be12fdfc03d21805bd3c57f5e (patch)
treed37d21bacde6198301bcc4f9586c81afb3a887b8 /src/third_party
parentf33bdc7a337cadc8748a3b2e4fcca363b9dbd489 (diff)
downloadmongo-6aa30a134b76d57be12fdfc03d21805bd3c57f5e.tar.gz
SERVER-25413 gperftools fails to compile from source on SLES 11 on zSeries s390
Diffstat (limited to 'src/third_party')
-rw-r--r--src/third_party/gperftools-2.5/build_linux_s390x/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/gperftools-2.5/build_linux_s390x/config.h b/src/third_party/gperftools-2.5/build_linux_s390x/config.h
index 5c59c256557..e363a8778b1 100644
--- a/src/third_party/gperftools-2.5/build_linux_s390x/config.h
+++ b/src/third_party/gperftools-2.5/build_linux_s390x/config.h
@@ -218,7 +218,7 @@
#define LT_OBJDIR ".libs/"
/* Define to 'volatile' if __malloc_hook is declared volatile */
-#define MALLOC_HOOK_MAYBE_VOLATILE volatile
+/* #undef MALLOC_HOOK_MAYBE_VOLATILE */
/* Name of package */
#define PACKAGE "gperftools"