2025-08-26 04:41:14 +03:00
|
|
|
bash 5.2.37
|
|
|
|
|
=
|
|
|
|
|
https://ftp.gnu.org/gnu/bash/bash-5.2.37.tar.gz
|
|
|
|
|
|
|
|
|
|
``` sh *** build ***
|
2026-03-27 13:13:52 +03:00
|
|
|
grep -q '#include <unistd.h>' lib/termcap/tparam.c || sed -i '/# include <stdlib.h>/a #include <unistd.h>' lib/termcap/tparam.c
|
|
|
|
|
|
|
|
|
|
./configure --prefix=/pkg/gnu/bash
|
|
|
|
|
make -j$(nproc)
|
|
|
|
|
make install
|
2025-08-26 04:41:14 +03:00
|
|
|
ln /pkg/gnu/bash/bin/bash /pkg/gnu/bash/bin/sh
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
``` cfg *** build deps ***
|
|
|
|
|
ncurses
|
|
|
|
|
```
|