mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
try again build static build on musl
This commit is contained in:
parent
8fc5809743
commit
b3e12e0133
|
|
@ -1,4 +1,5 @@
|
|||
FROM alpine:3.20
|
||||
run apk add --no-cache \
|
||||
alpine-sdk automake autoconf curl-dev bash linux-headers \
|
||||
curl-static nghttp2-static openssl-libs-static brotli-static zlib-static;
|
||||
curl-static nghttp2-static openssl-libs-static brotli-static zlib-static zstd-static c-ares-static \
|
||||
libidn2-static libunistring-static;
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ musl:
|
|||
./bootstrap
|
||||
./configure --enable-maintainer-mode --with-sbcl-bin-variant=$(VARIANT) \
|
||||
LDFLAGS="--static -static-libgcc -static-libstdc++ -static" \
|
||||
LIBS="-lcurl -lnghttp2 -lssl -lcrypto -lz"
|
||||
LIBS="-lcurl -lbrotlidec -lbrotlicommon -lnghttp2 -lssl -lcrypto -lz -lzstd -lcares -lidn2 -lunistring -lpsl"
|
||||
make
|
||||
make pack
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue