diff --git a/bash.be0 b/bash.be0 index 2ee94a77e..e51dea596 100755 --- a/bash.be0 +++ b/bash.be0 @@ -1,6 +1,6 @@ #!/bin/env beesh -# BEE_VERSION bash-5.1_p4-2 +# BEE_VERSION bash-5.1_p4-3 # SRCURL[0]="https://ftp.gnu.org/gnu/bash/bash-${PKGVERSION}.tar.gz" SRCURL[0]="https://beehive.molgen.mpg.de/bb91a17fd6c9032c26d0b2b78b50aff5/bash-5.1.tar.gz" @@ -22,7 +22,7 @@ mee_configure() { --without-bash-malloc \ --with-installed-readline \ --disable-nls \ - --enable-static-link + LIBS=-l:libncursesw.a } mee_install_post() {