diff options
author | Monty Brandenberg <monty@lindenlab.com> | 2012-05-08 11:32:46 -0700 |
---|---|---|
committer | Monty Brandenberg <monty@lindenlab.com> | 2012-05-08 11:32:46 -0700 |
commit | cc878fed1b65779cd4535678117e99a68a69c62c (patch) | |
tree | 2af5db65abbb7f8fb891d457b2a3d90a20bd9dc5 /indra | |
parent | 239e072bfcf97b8a12c18ff9974fd0a2929c9ee4 (diff) |
Now trying to get linux working. libllcommon is picking up .so
boost libraries when we tend to want statics. Try to work around
that for the moment.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/viewer_manifest.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 0931c4ec9b..b3ca24a783 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1031,6 +1031,8 @@ class Linux_i686Manifest(LinuxManifest): self.path("libaprutil-1.so") self.path("libaprutil-1.so.0") self.path("libaprutil-1.so.0.3.10") + self.path("libboost_program_options-mt.so.1.48.0") + self.path("libboost_regex.so.1.48.0") self.path("libbreakpad_client.so.0.0.0") self.path("libbreakpad_client.so.0") self.path("libbreakpad_client.so") |