mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 17:53:00 +01:00
Do not build broken shared libraries.
This commit is contained in:
parent
4b3d36afb8
commit
d6b032501a
6 changed files with 9 additions and 9 deletions
|
|
@ -1,3 +1,2 @@
|
|||
c2c288f7a58cb409b253ff9288e09e11c998722ff34f2308083bad868cdcaf26 /image/lib/musl/libmpc.a
|
||||
193c4cf258c8c2eea8ab87d12c441cfe8b51a44d5e81519f190f8ce9f67a035d /image/lib/musl/libmpc.la
|
||||
b2b8e91b72368570ed5b2fb0dd7ff516173ee893437c73fa648bb8d79ff6f52e /image/lib/musl/libmpc.so.3.2.1
|
||||
dba4cd3949a9212090ddcc3ebdcdb60824b3d356d52fd93d2c21bfa42c6fed71 /image/lib/musl/libmpc.la
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@ src_configure() {
|
|||
--libdir="${PREFIX}/lib/musl" \
|
||||
--target=i386-unknown-linux-gnu \
|
||||
--host=i386-unknown-linux-gnu \
|
||||
--build=i386-unknown-linux-gnu
|
||||
--build=i386-unknown-linux-gnu \
|
||||
--disable-shared
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue