mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-09 12:55:23 +01:00
commit
6791064571
7 changed files with 15 additions and 14 deletions
|
|
@ -1 +0,0 @@
|
|||
62c5acf91b425c3587b498ce7af14fcfed6735db1bfd8d94055a4795aff57b09 /after/bin/bash
|
||||
|
|
@ -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
1
sysa/bash-5.1/checksums
Normal file
|
|
@ -0,0 +1 @@
|
|||
abb6aca766109a7dc2aa00ed976540ce631ad45daa11d5091a38c15dd62f1257 /after/bin/bash
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue