Commit 826032b7 authored by zhangjinpeng1987's avatar zhangjinpeng1987

upgrade zlib to 1.2.11

parent 02116093
......@@ -48,10 +48,10 @@ function compile_z() {
return
fi
rm -rf zlib-1.2.10
download http://zlib.net/zlib-1.2.10.tar.gz zlib-1.2.10.tar.gz d9794246f853d15ce0fcbf79b9a3cf13
tar xf zlib-1.2.10.tar.gz
cd zlib-1.2.10
rm -rf zlib-1.2.11
download http://zlib.net/zlib-1.2.11.tar.gz zlib-1.2.11.tar.gz 1c9f62f0778697a09d36121ead88e08e
tar xf zlib-1.2.11.tar.gz
cd zlib-1.2.11
CFLAGS='-fPIC' ./configure --static
make -j $con
cp libz.a ../
......
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