repo/zlib/build

5 lines
96 B
Text
Raw Permalink Normal View History

2021-07-04 21:28:36 +03:00
export CFLAGS="$CFLAGS -fPIC"
2021-07-08 18:28:30 +03:00
./configure --prefix="$1" --shared
2021-07-04 21:28:36 +03:00
make
make DESTDIR="$1" install