diff options
author | Benety Goh <benety@mongodb.com> | 2014-05-19 11:51:06 -0400 |
---|---|---|
committer | Benety Goh <benety@mongodb.com> | 2014-05-21 11:24:14 -0400 |
commit | da1f6615489142849764085f5fabfc41f69adbe7 (patch) | |
tree | a1c212f1ba3d00b75a6cf264c8c41f11aba52f40 /src/third_party | |
parent | 219bcdbc9b4dd1be804cf5385624fdc1557b3467 (diff) | |
download | mongo-da1f6615489142849764085f5fabfc41f69adbe7.tar.gz |
SERVER-8995 changed gperftools version in build configuration and source files from 2.0 to 2.2
Diffstat (limited to 'src/third_party')
-rw-r--r-- | src/third_party/SConscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/SConscript b/src/third_party/SConscript index ce497239c87..c7be35dd2a8 100644 --- a/src/third_party/SConscript +++ b/src/third_party/SConscript @@ -68,9 +68,9 @@ elif use_system_version_of_library("tcmalloc"): env['LIBDEPS_TCMALLOC_SYSLIBDEP'] ] ) else: - env.SConscript('gperftools-2.0/SConscript') + env.SConscript('gperftools-2.2/SConscript') env.Library('shim_allocator', 'shim_allocator.cpp', - LIBDEPS=['gperftools-2.0/tcmalloc_minimal']) + LIBDEPS=['gperftools-2.2/tcmalloc_minimal']) if use_system_version_of_library("stemmer"): env.Library("shim_stemmer", ['shim_stemmer.cpp'], |