Files
MyLFS/phase4/zlib.sh
2022-03-26 17:55:10 -04:00

17 lines
145 B
Bash

# Zlib Phase 4
./configure --prefix=/usr
make
if $RUN_TESTS
then
set +e
make check
set -e
fi
make install
rm -f /usr/lib/libz.a