summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-04-26 13:09:59 -0500
committerDave Parks <davep@lindenlab.com>2011-04-26 13:09:59 -0500
commit1c9513135912482efb952a9277077d806f8f0df0 (patch)
tree198dd4c2256ec7fefd3ceca91e7ae511fe180bd4 /indra/newview
parent4311d5eacaba8543e952865d98cbf8258801cc6a (diff)
SH-1374 tcmalloc symlinks are broken on installer, include tcmalloc.so.0.1.0
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/viewer_manifest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 5ac9ec8ccc..c723176308 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -979,6 +979,7 @@ class Linux_i686Manifest(LinuxManifest):
self.path("libfontconfig.so.1.4.4")
self.path("libtcmalloc.so", "libtcmalloc.so") #formerly called google perf tools
self.path("libtcmalloc.so.0", "libtcmalloc.so.0") #formerly called google perf tools
+ self.path("libtcmalloc.so.0.1.0", "libtcmalloc.so.0.1.0") #formerly called google perf tools
try:
self.path("libfmod-3.75.so")
pass