2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-04 00:10:58 -06:00
repo/core/zlib/build

10 lines
96 B
Plaintext
Raw Normal View History

2019-05-14 14:05:50 -06:00
#!/bin/sh -e
2019-05-13 08:32:56 -06:00
export CFLAGS="$CFLAGS -fPIC"
2019-05-09 00:46:50 -06:00
./configure \
2021-07-30 23:36:31 -06:00
--prefix=/usr
2019-05-09 00:46:50 -06:00
make
2021-07-15 05:58:35 -06:00
make install