mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-24 03:56:32 +01:00
Boehm-gc 8.0.4
This commit is contained in:
parent
8234e8db5e
commit
9cbca95108
6 changed files with 35 additions and 0 deletions
4
sysa/gc-8.0.4/checksums
Normal file
4
sysa/gc-8.0.4/checksums
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
f1ca817287c87477222ad3c58934490cdf03acb24daa9e694a99bf01fa8b7179 /image/lib/musl/libcord.a
|
||||
d9748a0b9e5723fec11b0ce7bac16733ae5eaa1389f7f92ca979a4427bc9ecb9 /image/lib/musl/libcord.la
|
||||
a4ad4d29dece9854a5d64b7be4e9bea4c156494f3ab02ee481f67c65b32f2ca0 /image/lib/musl/libgc.a
|
||||
c7d6f2d93ef3b31a4f512619e04719a21509461defe666fde66c67d3b3972c4c /image/lib/musl/libgc.la
|
||||
19
sysa/gc-8.0.4/gc-8.0.4.sh
Executable file
19
sysa/gc-8.0.4/gc-8.0.4.sh
Executable file
|
|
@ -0,0 +1,19 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
autoreconf-2.69 -fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# CFLAGS needed on musl
|
||||
./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--build=i386-unknown-linux-gnu \
|
||||
--host=i386-unknown-linux-gnu \
|
||||
--target=i386-unknown-linux-gnu \
|
||||
--libdir="${PREFIX}/lib/musl" \
|
||||
--disable-shared \
|
||||
CFLAGS='-D_GNU_SOURCE -DNO_GETCONTEXT -DSEARCH_FOR_DATA_START -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue