mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
Do not build broken shared libraries.
This commit is contained in:
parent
e0297e50c5
commit
2710a3c298
6 changed files with 9 additions and 9 deletions
|
|
@ -20,7 +20,8 @@ src_configure() {
|
|||
--build=i386-unknown-linux-gnu \
|
||||
--host=i386-unknown-linux-gnu \
|
||||
--target=i386-unknown-linux-gnu \
|
||||
--libdir="${PREFIX}/lib/musl"
|
||||
--libdir="${PREFIX}/lib/musl" \
|
||||
--disable-shared
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue