fix(steps-guix): add libunistring and gc builds before guile-2.2.4

This commit is contained in:
vxtls 2026-03-04 16:59:40 -05:00
parent 81604307d9
commit c29c92bd35
7 changed files with 457 additions and 0 deletions

16
steps-guix/gc-8.2.12/pass1.sh Executable file
View 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'
}