From a30ceb5ebe93c3df6390e0324631914387c49da7 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 7 Oct 2012 06:13:22 +0200 Subject: [PATCH] bash: force disabling readline support Signed-off-by: Stephan Raue --- packages/sysutils/bash/build | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/sysutils/bash/build b/packages/sysutils/bash/build index 70237575f1..3a0f224468 100755 --- a/packages/sysutils/bash/build +++ b/packages/sysutils/bash/build @@ -31,6 +31,7 @@ bash_cv_job_control_missing=present \ --with-gnu-ld \ --enable-job-control \ --without-bash-malloc \ + --disable-readline \ --without-installed-readline \ --disable-nls \ --disable-rpath \