summaryrefslogtreecommitdiff
path: root/src/third_party/SConscript
diff options
context:
space:
mode:
authorRyan Egesdahl <ryan.egesdahl@mongodb.com>2020-08-11 22:32:52 -0700
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-13 23:50:58 +0000
commit6161c02d0d5a58ac1109d45536cf5d093b8688fc (patch)
tree77a974bbb33804759dd3cf7d854afab6aaa23041 /src/third_party/SConscript
parent3d2c296df592fbd75a880d534f6bc2c0ec23b515 (diff)
downloadmongo-6161c02d0d5a58ac1109d45536cf5d093b8688fc.tar.gz
SERVER-50167 Upgrade gperftools to v2.8
Diffstat (limited to 'src/third_party/SConscript')
-rw-r--r--src/third_party/SConscript5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/third_party/SConscript b/src/third_party/SConscript
index f56bcd4f42c..2fb5501d40f 100644
--- a/src/third_party/SConscript
+++ b/src/third_party/SConscript
@@ -19,7 +19,6 @@ pcreSuffix = "-8.42"
mozjsSuffix = '-60'
yamlSuffix = '-0.6.2'
icuSuffix = '-57.1'
-gperftoolsSuffix = '-2.7'
timelibSuffix = '-2018.01'
tomcryptSuffix = '-1.18.2'
variantSuffix = '-1.4.0'
@@ -531,11 +530,11 @@ if gperftoolsEnv['MONGO_ALLOCATOR'] in ["tcmalloc", "tcmalloc-experimental"]:
thirdPartyEnvironmentModifications['gperftools'][k] = v
gperftoolsEnv.AddMethod(registerConsumerModifications, 'RegisterConsumerModifications')
gperftoolsEnv.SConscript(
- 'gperftools' + gperftoolsSuffix + '/SConscript',
+ 'gperftools' + '/SConscript',
exports={'env' : gperftoolsEnv})
gperftoolsEnv = gperftoolsEnv.Clone(
LIBDEPS_INTERFACE=[
- 'gperftools' + gperftoolsSuffix + '/tcmalloc_minimal',
+ 'gperftools/tcmalloc_minimal',
])
gperftoolsEnv.Library(