repo/core/zlib/build

12 lines
141 B
Plaintext
Raw Normal View History

2019-05-14 20:05:50 +00:00
#!/bin/sh -e
2019-05-13 14:32:56 +00:00
export CFLAGS="$CFLAGS -fPIC"
2022-03-31 12:15:41 +00:00
patch -p1 < Fix-CC-logic-in-configure.patch
2019-05-09 06:46:50 +00:00
./configure \
2021-07-31 05:36:31 +00:00
--prefix=/usr
2019-05-09 06:46:50 +00:00
make
2021-07-15 11:58:35 +00:00
make install