diff options
| author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-09-23 19:04:52 -0400 | 
|---|---|---|
| committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-09-23 19:04:52 -0400 | 
| commit | e0588af08737177f8a1bc519376073e14b886434 (patch) | |
| tree | f2759132e1d222ffda6672bf19369ec721be9e09 | |
| parent | f73a0c2e1343d99648a0ad3658e616704d36c3be (diff) | |
SH-211 FIX use updated tcmalloc lib on linux
Previous version was rejected by our build machines. This update was
build with -fno-stack-protector, so should be able to be built by
teamcity.
| -rwxr-xr-x | install.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/install.xml b/install.xml index 9e16fff285..549ae73442 100755 --- a/install.xml +++ b/install.xml @@ -643,9 +643,9 @@            <key>linux</key>            <map>              <key>md5sum</key> -            <string>05e42157c7324115f0266b61baf5fa07</string> +            <string>03d09d0336ec52244679da8ebba39074</string>              <key>url</key> -            <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/tcmalloc-1.6-linux-20100921.tar.bz2</uri> +            <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/tcmalloc-1.6-linux-20100923.tar.bz2</uri>            </map>            <key>windows</key>            <map> | 
