repo/core/zlib/build
2021-07-15 14:58:42 +03:00

12 lines
135 B
Bash
Executable File

#!/bin/sh -e
export CFLAGS="$CFLAGS -fPIC"
./configure \
--prefix=/usr \
--libdir=/usr/lib \
--shared
make
make install