aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview
diff options
context:
space:
mode:
authorJacek Antonelli2011-03-19 13:38:38 -0500
committerJacek Antonelli2011-05-14 01:19:51 -0500
commit9da837e8587d21e83cea02fe9bf4c38aee45a6be (patch)
treeca4b253d1bc9b29f6ec43b0b7a6f1d2eee0587da /linden/indra/newview
parentVWR-25479: Avatar physics causing broken shapes on other viewers. (diff)
downloadmeta-impy-9da837e8587d21e83cea02fe9bf4c38aee45a6be.zip
meta-impy-9da837e8587d21e83cea02fe9bf4c38aee45a6be.tar.gz
meta-impy-9da837e8587d21e83cea02fe9bf4c38aee45a6be.tar.bz2
meta-impy-9da837e8587d21e83cea02fe9bf4c38aee45a6be.tar.xz
Package both libz.so.1 and libz.so (symlink) on Linux32. (IMP-790)
The viewer binary links against libz.so, but libvivoxsdk.so and some other libraries link against libz.so.1. (cherry picked from commit 74d6849a9730941839f00c1ec2b640958fd61cc9)
Diffstat (limited to 'linden/indra/newview')
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index 6144fe6..62a585f 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -923,6 +923,7 @@ class Linux_i686Manifest(LinuxManifest):
923 self.path("libELFIO.so") 923 self.path("libELFIO.so")
924 self.path("libopenjpeg.so.2") 924 self.path("libopenjpeg.so.2")
925 self.path("libxml2.so.2") 925 self.path("libxml2.so.2")
926 self.path("libz.so")
926 self.path("libz.so.1") 927 self.path("libz.so.1")
927 928
928 # OpenAL 929 # OpenAL