summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMonty Brandenberg <monty@lindenlab.com>2012-07-25 22:29:53 +0000
committerMonty Brandenberg <monty@lindenlab.com>2012-07-25 22:29:53 +0000
commit1d5490e752deeff316658f4850aac5fc96a91866 (patch)
treed21dd76ca71248b8b880179ea0f52b424f4e8e84 /indra/newview
parent052f985e7546aff2203773cf43c9a688c9c340ba (diff)
SH-3304 drano-http viewer fails to launch on linux
libapr-1.so.0.4.5 and libaprutil-1.so.0.4.1 missing from manifest.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/viewer_manifest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index a0dfc19e9c..42691fb51b 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -1027,10 +1027,10 @@ class Linux_i686Manifest(LinuxManifest):
if self.prefix("../packages/lib/release", dst="lib"):
self.path("libapr-1.so")
self.path("libapr-1.so.0")
- self.path("libapr-1.so.0.4.2")
+ self.path("libapr-1.so.0.4.5")
self.path("libaprutil-1.so")
self.path("libaprutil-1.so.0")
- self.path("libaprutil-1.so.0.3.10")
+ self.path("libaprutil-1.so.0.4.1")
self.path("libboost_program_options-mt.so.1.48.0")
self.path("libboost_regex-mt.so.1.48.0")
self.path("libboost_thread-mt.so.1.48.0")