mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 08:15:24 +01:00
Move musl build with shared libraries after autogen.
This commit is contained in:
parent
d1d36a4b8d
commit
3900cf04ca
10 changed files with 31 additions and 27 deletions
|
|
@ -44,6 +44,7 @@ src_compile() {
|
|||
./configure \
|
||||
--prefix="${FINALPREFIX}" \
|
||||
--libdir="${FINALPREFIX}/lib/musl" \
|
||||
--disable-shared \
|
||||
--enable-timeout=15
|
||||
touch doc/agdoc.texi # build later
|
||||
make CFLAGS=-Wno-error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue