summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew de Laix <alain@lindenlab.com>2011-03-11 19:17:14 +0000
committerAndrew de Laix <alain@lindenlab.com>2011-03-11 19:17:14 +0000
commitd4427fafda6a56de3e6b8fb95e67dac05c189205 (patch)
tree5a7a5c282750d61c2b1d88fced39eeb5d8783737
parent8c310339e281bc7344e6c7a7eb55cf5baa5debb4 (diff)
package the exact shared library (manifest doesn't follow symlinks)
-rw-r--r--indra/newview/viewer_manifest.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 055bff378d..0574d8c005 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -931,18 +931,18 @@ class Linux_i686Manifest(LinuxManifest):
super(Linux_i686Manifest, self).construct()
if self.prefix("../packages/lib/release", dst="lib"):
- self.path("libapr-1.so.0")
- self.path("libaprutil-1.so.0")
- self.path("libbreakpad_client.so.0.0.0", "libbreakpad_client.so.0")
+ self.path("libapr-1.so.0.4.2")
+ self.path("libaprutil-1.so.0.3.10")
+ self.path("libbreakpad_client.so.0.0.0")
self.path("libdb-5.1.so")
self.path("libcrypto.so.0.9.7")
- self.path("libexpat.so.1")
+ self.path("libexpat.so.1.5.2")
self.path("libssl.so.0.9.7")
self.path("libuuid.so.1")
- self.path("libSDL-1.2.so.0")
- self.path("libdirectfb-1.4.so.5")
- self.path("libfusion-1.4.so.5")
- self.path("libdirect-1.4.so.5")
+ self.path("libSDL-1.2.so.0.11.3")
+ self.path("libdirectfb-1.4.so.5.0.4")
+ self.path("libfusion-1.4.so.5.0.4")
+ self.path("libdirect-1.4.so.5.0.4")
self.path("libopenjpeg.so.1.3.0", "libopenjpeg.so.1.3")
self.path("libalut.so")
self.path("libopenal.so", "libopenal.so.1")