alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

commit fa5b5ad9c899d516a033bfe4ea87701ad05bf7f2
parent 8533c1a6e6d5f78d4ded99ecd581677616cf2887
Author: emmett1 <emmett1.2miligrams@protonmail.com>
Date:   Thu, 18 Dec 2025 16:56:03 +0000

zlib-ng: keep static lib

Diffstat:
Mrepos/core/zlib-ng/.files | 1+
Mrepos/core/zlib-ng/abuild | 3++-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git 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 @@ -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