mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 02:56:31 +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 @@
|
|||
bfaced23588bc183f34364896cdfbf63cf63418f577a7cd1b2964753445621a7 /image/lib/musl/libgmp.a
|
||||
98f66015b6199dceefce41ff46337e41db52d82d01d0d0b91ca2a382ce5c9ee2 /image/lib/musl/libgmp.la
|
||||
89c9be645cd64ed5ed835460ad6305c945227c8e53f631dde96808d5cba3e4b7 /image/lib/musl/libgmp.so.10.4.1
|
||||
67d949b017000c7493a8822e98d6ddbd88ca839509e4a1fbfa3997c86641b89e /image/lib/musl/libgmp.la
|
||||
|
|
|
|||
|
|
@ -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