diff options
| author | Merov Linden <merov@lindenlab.com> | 2010-11-18 15:26:49 -0800 | 
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2010-11-18 15:26:49 -0800 | 
| commit | 9682b9b5db695643b90720f9da2c8d03e4559dd4 (patch) | |
| tree | a7e0257046b81b83566dc81d92abb0b59db3ea46 | |
| parent | 359ed16947445d04abd1d15ef7225f5852e3fe09 (diff) | |
STORM-151 : suppress the linux64 ref in install.xml and attempt to fix llkdumem.cpp linux compile issue
| -rw-r--r-- | indra/llkdu/llkdumem.cpp | 2 | ||||
| -rw-r--r-- | install.xml | 7 | 
2 files changed, 1 insertions, 8 deletions
| diff --git a/indra/llkdu/llkdumem.cpp b/indra/llkdu/llkdumem.cpp index 811c5b52bb..300b8e28af 100644 --- a/indra/llkdu/llkdumem.cpp +++ b/indra/llkdu/llkdumem.cpp @@ -390,4 +390,4 @@ void LLKDUMemOut::put(int comp_idx, kdu_line_buf &line, int x_tnum)  		free_lines = scan;      }  } -*/
\ No newline at end of file +*/ diff --git a/install.xml b/install.xml index 0f25d34327..c1eec2efbf 100644 --- a/install.xml +++ b/install.xml @@ -841,13 +841,6 @@              <key>url</key>              <uri>scp:install-packages.lindenlab.com:/local/www/install-packages/doc/kdu-6.4.1-linux-20101118.tar.bz2</uri>            </map> -          <key>linux64</key> -          <map> -            <key>md5sum</key> -            <string>f4e2e2b3440594527729a8c85119e508</string> -            <key>url</key> -            <uri>scp:install-packages.lindenlab.com:/local/www/install-packages/doc/kdu-5.2.1-linux64-20080926.tar.bz2</uri> -          </map>            <key>windows</key>            <map>              <key>md5sum</key> | 
