logo

live-bootstrap

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

pass1.sh (380B)


  1. # SPDX-FileCopyrightText: 2022 Andrius Štikonas <andrius@stikonas.eu>
  2. #
  3. # SPDX-License-Identifier: GPL-3.0-or-later
  4. src_prepare() {
  5. rm configure
  6. find . -name 'Makefile.in' -delete
  7. ../../import-gnulib.sh
  8. autoreconf-2.69 -fi
  9. }
  10. src_configure() {
  11. GL_GENERATE_ALLOCA_H_TRUE=0 LDFLAGS="-static" ./configure --prefix="${PREFIX}"
  12. }
  13. src_install() {
  14. default
  15. }