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 @@
|
|||
c37eb935fe06afa7467369ac16d83b39d55f83aa01a53e15f5b8b1595dce298f /image/lib/musl/libmpfr.a
|
||||
6fc2e9a148554acd7c96e3d25bac5da6f2f2fe6bb20f626d26265a5efe7d0a22 /image/lib/musl/libmpfr.la
|
||||
9866e9a47fe3f2c53120792fd0abefee147339e07b86c2414a686b403ccc82b4 /image/lib/musl/libmpfr.so.6.1.0
|
||||
225354a11b48c143c564393525ad1202d28ab40a83fb1a27964e731c2373c9de /image/lib/musl/libmpfr.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
|
||||
|
||||
# Disable tuning as that might cause non-reproducible build
|
||||
mv mparam.h src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue