Block a user
Dependency checking
Dependency checking and listing works, dependency resolution will be implemented later.
No viable download backend for Glacier
make compiles with dynamic loader "ld-linux" instead of "ld-musl"
make compiles with dynamic loader "ld-linux" instead of "ld-musl"
Fixed, use the following compile flags:
./configure \
--prefix=PREFIX \
--build=x86_64 \
--host=x86_64-linux-musl \
CC=x86_64-linux-musl-gcc
make compiles with dynamic loader "ld-linux" instead of "ld-musl"