From 14188ed8ff9c191731388ae8748689e610e82a28 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 26 Nov 2021 01:35:03 +0100 Subject: bash: bump to 5.1.p12 --- extra/bash/build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'extra/bash/build') diff --git a/extra/bash/build b/extra/bash/build index abc3769a..2daea242 100755 --- a/extra/bash/build +++ b/extra/bash/build @@ -4,10 +4,14 @@ 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 + --disable-nls \ + --with-included-gettext export MAKEFLAGS="TERMCAP_LIB=/usr/lib/libncursesw.a $MAKEFLAGS" -- cgit v1.2.3