mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-14 15:25:23 +01:00
Bump bash to 5.1.
This commit is contained in:
parent
31410ab234
commit
7162bd8f2b
7 changed files with 15 additions and 14 deletions
|
|
@ -1,24 +0,0 @@
|
|||
# SPDX-FileCopyrightText: 2021 Paul Dersey <pdersey@gmail.com>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
# Remove bison generated files
|
||||
rm y.tab.c y.tab.h
|
||||
|
||||
# Rebuild configure script
|
||||
# Ignore harmless error from autoconf for now
|
||||
rm configure
|
||||
autoconf-2.57
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
CC=tcc CPPFLAGS="-D HAVE_ALLOCA_H" \
|
||||
./configure --prefix=/after \
|
||||
--without-bash-malloc \
|
||||
--build=i386-unknown-linux
|
||||
}
|
||||
|
||||
src_install() {
|
||||
install bash ${bindir}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue