diff --git a/core/zlib/build b/core/zlib/build index 69f99c1d..39962de2 100755 --- a/core/zlib/build +++ b/core/zlib/build @@ -3,9 +3,7 @@ export CFLAGS="$CFLAGS -fPIC" ./configure \ - --prefix=/usr \ - --libdir=/usr/lib \ - --shared + --prefix=/usr make make install