From 62f72a1abe6172e29cee0acb7a061831d11b370c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 5 Jan 2022 19:54:48 +0300 Subject: bash: bump to 5.1.p16 --- extra/bash/build | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'extra/bash/build') 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" -- cgit v1.2.3