mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 12:36:32 +01:00
musl 1.2.2
This commit is contained in:
parent
fd76a5b09d
commit
fbaa01d84c
6 changed files with 46 additions and 0 deletions
19
sysa/musl-1.2.2/musl-1.2.2.sh
Executable file
19
sysa/musl-1.2.2/musl-1.2.2.sh
Executable file
|
|
@ -0,0 +1,19 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_configure() {
|
||||
CC=gcc ./configure \
|
||||
--host=i386 \
|
||||
--disable-shared \
|
||||
--prefix=/after \
|
||||
--libdir=/after/lib/musl \
|
||||
--includedir=/after/include/
|
||||
|
||||
# configure script creates this file
|
||||
test -f /dev/null && rm /dev/null && mknod -m 666 /dev/null c 1 3
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
make CROSS_COMPILE=
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue