diff options
author | David Walter Seikel | 2013-04-24 13:05:44 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-04-24 13:05:44 +1000 |
commit | af09cc274b50c9d9c41af0ff9f2e66b4c81a1fa4 (patch) | |
tree | ea142a4a7c1f329827c2adac00f00916f319f592 /linden/indra/newview | |
parent | Add compatibility with autobuild pre built libraries. (diff) | |
download | meta-impy-af09cc274b50c9d9c41af0ff9f2e66b4c81a1fa4.zip meta-impy-af09cc274b50c9d9c41af0ff9f2e66b4c81a1fa4.tar.gz meta-impy-af09cc274b50c9d9c41af0ff9f2e66b4c81a1fa4.tar.bz2 meta-impy-af09cc274b50c9d9c41af0ff9f2e66b4c81a1fa4.tar.xz |
Update boost library for Linux 64 bit to 1.48 from Kokua.
Also added icu from there, but not sure it's needed anymore?
Diffstat (limited to 'linden/indra/newview')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index bcdf4a9..6380b39 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -1121,6 +1121,25 @@ class Linux_x86_64Manifest(LinuxManifest): | |||
1121 | #self.path("libgsttag-0.10.so.0") | 1121 | #self.path("libgsttag-0.10.so.0") |
1122 | #self.path("libgstvideo-0.10.so.0") | 1122 | #self.path("libgstvideo-0.10.so.0") |
1123 | 1123 | ||
1124 | # Wish I could kill it with fire. lol | ||
1125 | self.path("libboost_date_time-mt.so") | ||
1126 | self.path("libboost_date_time-mt.so.1.48.0") | ||
1127 | self.path("libboost_filesystem-mt.so") | ||
1128 | self.path("libboost_filesystem-mt.so.1.48.0") | ||
1129 | self.path("libboost_iostreams-mt.so") | ||
1130 | self.path("libboost_iostreams-mt.so.1.48.0") | ||
1131 | self.path("libboost_program_options-mt.so") | ||
1132 | self.path("libboost_program_options-mt.so.1.48.0") | ||
1133 | self.path("libboost_regex-mt.so") | ||
1134 | self.path("libboost_regex-mt.so.1.48.0") | ||
1135 | self.path("libboost_signals-mt.so") | ||
1136 | self.path("libboost_signals-mt.so.1.48.0") | ||
1137 | self.path("libboost_system-mt.so") | ||
1138 | self.path("libboost_system-mt.so.1.48.0") | ||
1139 | self.path("libboost_thread-mt.so") | ||
1140 | self.path("libboost_thread-mt.so.1.48.0") | ||
1141 | self.path("libboost_wave-mt.so") | ||
1142 | self.path("libboost_wave-mt.so.1.48.0") | ||
1124 | 1143 | ||
1125 | self.end_prefix("lib64") | 1144 | self.end_prefix("lib64") |
1126 | 1145 | ||