aboutsummaryrefslogtreecommitdiff
path: root/extra/bash/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/bash/build')
-rwxr-xr-xextra/bash/build6
1 files changed, 1 insertions, 5 deletions
diff --git a/extra/bash/build b/extra/bash/build
index 2daea242..abc3769a 100755
--- a/extra/bash/build
+++ b/extra/bash/build
@@ -4,14 +4,10 @@ for patch in bash51-0??; do
patch -p0 < "$patch"
done
-# Even with '--disable-nls', bash build fails if gettext-tiny is available
-# on the system. We can completely disable it, by adding the "--with-included"
-# gettext flag
./configure \
--prefix=/usr \
--without-bash-malloc \
- --disable-nls \
- --with-included-gettext
+ --disable-nls
export MAKEFLAGS="TERMCAP_LIB=/usr/lib/libncursesw.a $MAKEFLAGS"