diff options
| author | Dave Parks <davep@lindenlab.com> | 2011-04-25 13:35:17 -0500 | 
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2011-04-25 13:35:17 -0500 | 
| commit | d8309a29efb7e3ce66d2ee5778418f3f9c1dd6ac (patch) | |
| tree | a42ce09078845327c1e4cad2c2b77614ee11e510 | |
| parent | 764412f9b5e8d69950f9866a60299b1b458339c6 (diff) | |
SH-1371 Fix for tcmalloc package error.
| -rw-r--r-- | indra/newview/viewer_manifest.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index cb7c04cd15..5ac9ec8ccc 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -977,8 +977,8 @@ class Linux_i686Manifest(LinuxManifest):              self.path("libopenal.so", "libopenal.so.1")              self.path("libopenal.so", "libvivoxoal.so.1") # vivox's sdk expects this soname              self.path("libfontconfig.so.1.4.4") -            self.path("libtcmalloc_minimal.so", "libtcmalloc_minimal.so") #formerly called google perf tools -            self.path("libtcmalloc_minimal.so.0", "libtcmalloc_minimal.so.0") #formerly called google perf tools +            self.path("libtcmalloc.so", "libtcmalloc.so") #formerly called google perf tools +            self.path("libtcmalloc.so.0", "libtcmalloc.so.0") #formerly called google perf tools              try:                      self.path("libfmod-3.75.so")                      pass | 
