mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 02:02:58 +01:00
Update to musl 1.2.4.
This commit is contained in:
parent
f531e1cc5f
commit
914b84377a
18 changed files with 77 additions and 75 deletions
|
|
@ -28,9 +28,11 @@ src_prepare() {
|
|||
}
|
||||
|
||||
src_configure() {
|
||||
# defrag fails to build with musl 1.2.4
|
||||
./configure --prefix="${PREFIX}" \
|
||||
--sbindir="${PREFIX}/bin" \
|
||||
--disable-tls \
|
||||
--disable-defrag \
|
||||
with_udev_rules_dir=no \
|
||||
with_systemd_unit_dir=no
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue