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
|
|
@ -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
|
||||
|
||||
# Disable tuning as that might cause non-reproducible build
|
||||
mv mparam.h src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue