Commit 4537f9fd authored by zhangjinpeng1987's avatar zhangjinpeng1987 Committed by siddontang

update zlib (#72)

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