kiss-mfavila-large/ports/official/core/libz/build

12 lines
155 B
Plaintext
Raw Normal View History

#!/bin/sh -e
export CFLAGS="$CFLAGS -fPIC"
./configure \
--prefix=/usr \
--libdir=/usr/lib \
2022-08-23 20:40:30 +00:00
--enable-static
make
make DESTDIR="$1" install