mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 11:06:32 +01:00
gc: update to 8.2.12
no missed pregenerated files!
This commit is contained in:
parent
5b1f43144f
commit
5b5623d99e
6 changed files with 7 additions and 7 deletions
16
steps/gc-8.2.12/pass1.sh
Executable file
16
steps/gc-8.2.12/pass1.sh
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
autoreconf-2.71 -fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# CFLAGS needed on musl
|
||||
./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${LIBDIR}" \
|
||||
--disable-shared \
|
||||
CFLAGS='-D_GNU_SOURCE -DNO_GETCONTEXT -DSEARCH_FOR_DATA_START -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR'
|
||||
}
|
||||
1
steps/gc-8.2.12/sources
Normal file
1
steps/gc-8.2.12/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
f https://github.com/bdwgc/bdwgc/releases/download/v8.2.12/gc-8.2.12.tar.gz 42e5194ad06ab6ffb806c83eb99c03462b495d979cda782f3c72c08af833cd4e
|
||||
Loading…
Add table
Add a link
Reference in a new issue