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 | |
| parent | 8533c1a6e6d5f78d4ded99ecd581677616cf2887 (diff) | |
| download | alicelinux-fa5b5ad9c899d516a033bfe4ea87701ad05bf7f2.tar.gz alicelinux-fa5b5ad9c899d516a033bfe4ea87701ad05bf7f2.zip | |
zlib-ng: keep static lib
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/core/zlib-ng/.files | 1 | ||||
| -rwxr-xr-x | repos/core/zlib-ng/abuild | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/repos/core/zlib-ng/.files b/repos/core/zlib-ng/.files index 535ae559..dcbe5d82 100644 --- a/repos/core/zlib-ng/.files +++ b/repos/core/zlib-ng/.files @@ -4,6 +4,7 @@ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/zlib.h -rw-r--r-- root/root usr/include/zlib_name_mangling.h drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libz.a lrwxrwxrwx root/root usr/lib/libz.so -> libz.so.1.3.1 lrwxrwxrwx root/root usr/lib/libz.so.1 -> libz.so.1.3.1 -rwxr-xr-x root/root usr/lib/libz.so.1.3.1 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 |