diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-09-20 17:32:32 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-09-20 17:32:32 -0400 |
commit | a6592b783628eb1c5ab2d51b66cd98399c0e88cc (patch) | |
tree | 4c4b55d56009b81e7a1dfc66b8cda04b7d1d0f45 | |
parent | 27085e91fd97a4e641386ec54787c8c94bac909b (diff) |
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
-rw-r--r-- | install.xml | 4 |
1 files 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> |