mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 01:11:58 -05:00
Ports: Add missing dependency on readline to bash
This commit is contained in:
parent
0cf07ee4e3
commit
8010d6840f
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ icon_file='https://static-00.iconduck.com/assets.00/bash-icon-224x256-qo4a7ex6.p
|
|||
files=(
|
||||
"https://ftpmirror.gnu.org/gnu/bash/bash-${version}.tar.gz#9599b22ecd1d5787ad7d3b7bf0c59f312b3396d1e281175dd1f8a4014da621ff"
|
||||
)
|
||||
depends=(
|
||||
'readline'
|
||||
)
|
||||
|
||||
build() {
|
||||
run_replace_in_file "s/define GETCWD_BROKEN 1/undef GETCWD_BROKEN/" config.h
|
||||
|
|
Loading…
Reference in a new issue