diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-17 10:27:25 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-17 10:27:25 -0500 |
commit | cf0c122e007d21c7e6ee683f278823aa1c55deb3 (patch) | |
tree | ce18219bb6fcb5670ad6702bf116e575e412e96a /init | |
parent | 2a5bfff40d0e5108a4ee15b68e746969bff97fcc (diff) | |
download | zlib-packaging-cf0c122e007d21c7e6ee683f278823aa1c55deb3.tar.gz zlib-packaging-cf0c122e007d21c7e6ee683f278823aa1c55deb3.tar.bz2 zlib-packaging-cf0c122e007d21c7e6ee683f278823aa1c55deb3.zip |
Start working on libz
Diffstat (limited to 'init')
-rwxr-xr-x | init | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1 +1,6 @@ | |||
1 | #!/bin/sh -ex | 1 | #!/bin/sh -ex |
2 | |||
3 | cd zlib | ||
4 | ./configure | ||
5 | make "CFLAGS=$CFLAGS" libz.a | ||
6 | cp libz.a /root | ||