diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-12-18 16:56:03 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-12-18 16:56:03 +0000 |
| commit | fa5b5ad9c899d516a033bfe4ea87701ad05bf7f2 (patch) | |
| tree | 3ef3ab543891dbc1c286fe95f541f4d4427a367a /repos/core/zlib-ng/abuild | |
| parent | 8533c1a6e6d5f78d4ded99ecd581677616cf2887 (diff) | |
| download | alicelinux-fa5b5ad9c899d516a033bfe4ea87701ad05bf7f2.tar.gz alicelinux-fa5b5ad9c899d516a033bfe4ea87701ad05bf7f2.zip | |
zlib-ng: keep static lib
Diffstat (limited to 'repos/core/zlib-ng/abuild')
| -rwxr-xr-x | repos/core/zlib-ng/abuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/repos/core/zlib-ng/abuild b/repos/core/zlib-ng/abuild index 3ea22f1f..631bbbb8 100755 --- a/repos/core/zlib-ng/abuild +++ b/repos/core/zlib-ng/abuild @@ -1,8 +1,9 @@ name=zlib-ng version=2.3.2 -release=1 +release=2 source="https://github.com/${name}/${name}/archive/${version}/${name}-${version}.tar.gz no-weird-ver.patch" +keep_static=1 build() { ./configure --prefix=/usr --shared --zlib-compat |