aboutsummaryrefslogtreecommitdiff
path: root/extra/bash/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-01-05 19:54:48 +0300
committerCem Keylan <cem@ckyln.com>2022-01-05 19:54:48 +0300
commit62f72a1abe6172e29cee0acb7a061831d11b370c (patch)
tree46257beacf645c82ca26efdf23ead2f7166de00a /extra/bash/build
parentd79818d9236958093a574d9b08f879d12694ebdf (diff)
downloadrepository-62f72a1abe6172e29cee0acb7a061831d11b370c.tar.gz
bash: bump to 5.1.p16
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"