aboutsummaryrefslogtreecommitdiff
path: root/extra/bash
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-10-04 22:55:11 +0300
committerCem Keylan <cem@ckyln.com>2020-10-04 22:55:11 +0300
commite4eb0de3956bbb9bcc7edd2cf854d9d1ee3d14b0 (patch)
treeb32fe829caea5fc1ce5acfc8bf9c605811a01486 /extra/bash
parent0bcdb1b89d093e27181c9e291f48d6feba3db0e3 (diff)
downloadrepository-e4eb0de3956bbb9bcc7edd2cf854d9d1ee3d14b0.tar.gz
bash: make readline optional
Diffstat (limited to 'extra/bash')
-rwxr-xr-xextra/bash/build1
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"