mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-08-16 07:18:01 +00:00
17 lines
145 B
Bash
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
|
|
|