From 3cb97cb4d75c40d9519d796dd52d0741d354fc97 Mon Sep 17 00:00:00 2001
From: "Nyx (Neal Orman)" <nyx@lindenlab.com>
Date: Mon, 18 Apr 2011 18:48:43 -0400
Subject: [PATCH] restoring glod to copy3rdpartylibs.cmake and
 viewer_manifest.py

---
 indra/cmake/Copy3rdPartyLibs.cmake | 1 +
 indra/newview/viewer_manifest.py   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake
index e42a013bde5..8e185df1910 100755
--- a/indra/cmake/Copy3rdPartyLibs.cmake
+++ b/indra/cmake/Copy3rdPartyLibs.cmake
@@ -254,6 +254,7 @@ elseif(LINUX)
         libdb-5.1.so
         libexpat.so
         libexpat.so.1
+	libglod.so
         libgmock_main.so
         libgmock.so.0
         libgmodule-2.0.so
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index ddf088ed49a..e1c5edf7cb4 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -960,6 +960,7 @@ def construct(self):
             self.path("libdb.so")
             self.path("libcrypto.so.0.9.8")
             self.path("libexpat.so.1.5.2")
+	    self.path("libglod.so")
 	    self.path("libminizip.so")
             self.path("libssl.so.0.9.8")
             self.path("libuuid.so")
-- 
GitLab