live-bootstrap/steps/file-5.44/pass1.sh
2025-03-24 09:04:12 +11:00

19 lines
424 B
Bash
Executable file

# SPDX-FileCopyrightText: 2023 fosslinux <fosslinux@aussies.space>
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
default
# testfiles are difficult to audit here
rm tests/*.testfile
AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 autoreconf-2.69 -fi
}
src_configure() {
CFLAGS="-std=gnu99" \
./configure --prefix="${PREFIX}" \
--libdir="${LIBDIR}" \
--disable-shared
}