On Tue, Apr 30, 2013 at 8:07 AM, Gabriela Gibson <gabriela.gib...@gmail.com> wrote: > [[[ > > Update the zlib HTTP link to fetch http://zlib.net/zlib-1.2.8.tar.gz > > * subversion/build/get-deps.sh: > (): Update zlib version number. > (get_zlib): Modify tar command and file extension. > > ]]]
Applied in r1477730 with some changes. 1) Need to avoid using GNU tar options on this. Just like we don't use the j option to tar to deal with bzip2 we can't use the z option to deal with gzip. 2) Fixed the file path. 3) Added the ZLIB symbol to the "Update zlib version number" line.