logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

pass1.sh (424B)


  1. # SPDX-FileCopyrightText: 2023 fosslinux <fosslinux@aussies.space>
  2. #
  3. # SPDX-License-Identifier: GPL-3.0-or-later
  4. src_prepare() {
  5. default
  6. # testfiles are difficult to audit here
  7. rm tests/*.testfile
  8. AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 autoreconf-2.69 -fi
  9. }
  10. src_configure() {
  11. CFLAGS="-std=gnu99" \
  12. ./configure --prefix="${PREFIX}" \
  13. --libdir="${LIBDIR}" \
  14. --disable-shared
  15. }