mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
guile: update to 3.0.11
This commit is contained in:
parent
5b5623d99e
commit
c6917ede1e
7 changed files with 363 additions and 6 deletions
122
steps/guile-3.0.11/import-gnulib-3.0.7.sh
Executable file
122
steps/guile-3.0.11/import-gnulib-3.0.7.sh
Executable file
|
|
@ -0,0 +1,122 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
rm gnulib-local/m4/clock_time.m4.diff
|
||||
../gnulib-901694b9/gnulib-tool --import --local-dir=gnulib-local \
|
||||
--lib=libgnu \
|
||||
--source-base=lib \
|
||||
--m4-base=m4 \
|
||||
--doc-base=doc \
|
||||
--tests-base=tests \
|
||||
--aux-dir=build-aux \
|
||||
--lgpl=3 \
|
||||
--conditional-dependencies \
|
||||
--libtool \
|
||||
--macro-prefix=gl \
|
||||
--no-vc-files \
|
||||
--avoid=lock \
|
||||
--avoid=unistr/base \
|
||||
--avoid=unistr/u8-mbtouc \
|
||||
--avoid=unistr/u8-mbtouc-unsafe \
|
||||
--avoid=unistr/u8-mbtoucr \
|
||||
--avoid=unistr/u8-prev \
|
||||
--avoid=unistr/u8-uctomb \
|
||||
--avoid=unitypes \
|
||||
accept4 \
|
||||
alignof \
|
||||
alloca-opt \
|
||||
announce-gen \
|
||||
autobuild \
|
||||
bind \
|
||||
byteswap \
|
||||
c-strcase \
|
||||
canonicalize-lgpl \
|
||||
ceil \
|
||||
clock-time \
|
||||
close \
|
||||
connect \
|
||||
copysign \
|
||||
dirfd \
|
||||
dirname-lgpl \
|
||||
duplocale \
|
||||
environ \
|
||||
extensions \
|
||||
flexmember \
|
||||
flock \
|
||||
floor \
|
||||
fpieee \
|
||||
frexp \
|
||||
fstat \
|
||||
fsync \
|
||||
full-read \
|
||||
full-write \
|
||||
func \
|
||||
gendocs \
|
||||
getaddrinfo \
|
||||
getlogin \
|
||||
getpeername \
|
||||
getsockname \
|
||||
getsockopt \
|
||||
git-version-gen \
|
||||
gitlog-to-changelog \
|
||||
gnu-web-doc-update \
|
||||
gnupload \
|
||||
havelib \
|
||||
iconv_open-utf \
|
||||
inet_ntop \
|
||||
inet_pton \
|
||||
isfinite \
|
||||
isinf \
|
||||
isnan \
|
||||
ldexp \
|
||||
lib-symbol-versions \
|
||||
lib-symbol-visibility \
|
||||
libunistring \
|
||||
link \
|
||||
listen \
|
||||
localcharset \
|
||||
locale \
|
||||
log1p \
|
||||
lstat \
|
||||
maintainer-makefile \
|
||||
malloc-gnu \
|
||||
malloca \
|
||||
mkdir \
|
||||
mkostemp \
|
||||
nl_langinfo \
|
||||
nproc \
|
||||
nstrftime \
|
||||
open \
|
||||
pipe-posix \
|
||||
pipe2 \
|
||||
poll \
|
||||
putenv \
|
||||
readlink \
|
||||
recv \
|
||||
recvfrom \
|
||||
regex \
|
||||
rename \
|
||||
rmdir \
|
||||
select \
|
||||
send \
|
||||
sendto \
|
||||
setenv \
|
||||
setsockopt \
|
||||
shutdown \
|
||||
socket \
|
||||
stat-time \
|
||||
stdlib \
|
||||
striconveh \
|
||||
string \
|
||||
sys_stat \
|
||||
time \
|
||||
times \
|
||||
trunc \
|
||||
unistd \
|
||||
verify \
|
||||
vsnprintf \
|
||||
warnings \
|
||||
wchar
|
||||
Loading…
Add table
Add a link
Reference in a new issue