From a6592b783628eb1c5ab2d51b66cd98399c0e88cc Mon Sep 17 00:00:00 2001
From: "Nyx (Neal Orman)" <nyx@lindenlab.com>
Date: Mon, 20 Sep 2010 17:32:32 -0400
Subject: [PATCH] SH-66 FIX update glod on linux

previously built package depended on an updated glibc, which our build hosts
don't have (they're old debian systems). This is due to Ubuntu turning on
stack protection by default for its builds (I build on Ubuntu).
This updated package was built with no stack protection and thus should
unstick the build.

 -Nyx
---
 install.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/install.xml b/install.xml
index 080fb7b216..18d061e81f 100644
--- a/install.xml
+++ b/install.xml
@@ -63,9 +63,9 @@
           <key>linux</key>
           <map>
             <key>md5sum</key>
-            <string>d0ee98de1861afdf3df1ab8741b09afc</string>
+            <string>ca7368e9a1baf266b82d910fa8f821bd</string>
             <key>url</key>
-            <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/glod-1.0pre4-linux-20100914.tar.bz2</uri>
+            <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/glod-1.0pre4-linux-20100920a.tar.bz2</uri>
           </map>
           <key>windows</key>
           <map>
-- 
GitLab