Merge pull request #74 from stikonas/bash

Bump bash to 5.1.
This commit is contained in:
fosslinux 2021-03-21 10:18:22 +11:00 committed by GitHub
commit 6791064571
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 15 additions and 14 deletions

View file

@ -1 +0,0 @@
62c5acf91b425c3587b498ce7af14fcfed6735db1bfd8d94055a4795aff57b09 /after/bin/bash

View file

@ -7,16 +7,17 @@ src_prepare() {
rm y.tab.c y.tab.h
# Rebuild configure script
# Ignore harmless error from autoconf for now
rm configure
autoconf-2.57
autoconf-2.61
}
src_configure() {
CC=tcc CPPFLAGS="-D HAVE_ALLOCA_H" \
./configure --prefix=/after \
./configure --prefix="${PREFIX}" \
--without-bash-malloc \
--build=i386-unknown-linux
--disable-nls \
--build=i386-unknown-linux-gnu \
--enable-static-link
}
src_install() {

1
sysa/bash-5.1/checksums Normal file
View file

@ -0,0 +1 @@
abb6aca766109a7dc2aa00ed976540ce631ad45daa11d5091a38c15dd62f1257 /after/bin/bash

View file

@ -126,6 +126,6 @@ build help2man-1.36.4
build autoconf-2.61 stage1.sh
build autoconf-2.61 stage2.sh
build bash-3.2.57
build bash-5.1
exec bash run2.sh