Commit df9a447a authored by zhangjinpeng1987's avatar zhangjinpeng1987

download zlib from github

parent 92ccc82a
......@@ -49,7 +49,7 @@ function compile_z() {
fi
rm -rf zlib-1.2.11
download http://zlib.net/zlib-1.2.11.tar.gz zlib-1.2.11.tar.gz 1c9f62f0778697a09d36121ead88e08e
download https://github.com/madler/zlib/archive/v1.2.11.tar.gz zlib-1.2.11.tar.gz 0095d2d2d1f3442ce1318336637b695f
tar xf zlib-1.2.11.tar.gz
cd zlib-1.2.11
CFLAGS='-fPIC' ./configure --static
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment