Move musl build with shared libraries after autogen.

This commit is contained in:
Andrius Štikonas 2022-10-05 01:33:19 +01:00
parent d1d36a4b8d
commit 3900cf04ca
10 changed files with 31 additions and 27 deletions

View file

@ -12,7 +12,7 @@ src_prepare() {
}
src_configure() {
LDFLAGS="-static" ./configure --prefix="${PREFIX}"
./configure --prefix="${PREFIX}"
}
src_install() {