diff options
author | Cem Keylan <cem@ckyln.com> | 2020-10-04 22:55:11 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-10-04 22:55:11 +0300 |
commit | e4eb0de3956bbb9bcc7edd2cf854d9d1ee3d14b0 (patch) | |
tree | b32fe829caea5fc1ce5acfc8bf9c605811a01486 /extra/bash | |
parent | 0bcdb1b89d093e27181c9e291f48d6feba3db0e3 (diff) | |
download | repository-e4eb0de3956bbb9bcc7edd2cf854d9d1ee3d14b0.tar.gz |
bash: make readline optional
Diffstat (limited to 'extra/bash')
-rwxr-xr-x | extra/bash/build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/bash/build b/extra/bash/build index 0c9decf1..b80882d9 100755 --- a/extra/bash/build +++ b/extra/bash/build @@ -7,7 +7,6 @@ done ./configure \ --prefix=/usr \ --without-bash-malloc \ - --without-installed-readline \ --disable-nls export MAKEFLAGS="TERMCAP_LIB=/usr/lib/libncursesw.a $MAKEFLAGS" |