mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 08:15:24 +01:00
Include: - Not regenerated man pages. - Automake tarball with bad time (and completely useless). - Ordering of files within tarballs. - Resetting timestamp various fixes. - Older tars not properly overwriting files leading to many issues. - Weird lack of reproducibility in libtool scripts paths to tools. - and more
13 lines
246 B
Bash
13 lines
246 B
Bash
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
ar='tcc -ar'
|
|
cc='tcc'
|
|
ldlibpthname='LD_LIBRARY_PATH'
|
|
libpth='/usr/lib/musl'
|
|
path_sep=':'
|
|
archname=''
|
|
osvers=''
|
|
|
|
CONFIGDOTSH=true
|