mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 09:45:24 +01:00
gc: update to 8.2.12
no missed pregenerated files!
This commit is contained in:
parent
5b1f43144f
commit
77985e1edb
6 changed files with 6 additions and 6 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