diff --git a/bash.be0 b/bash.be0 index 328f91e88..2ee94a77e 100755 --- a/bash.be0 +++ b/bash.be0 @@ -1,6 +1,6 @@ #!/bin/env beesh -# BEE_VERSION bash-5.1_p4-1 +# BEE_VERSION bash-5.1_p4-2 # 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" @@ -21,7 +21,8 @@ mee_configure() { bee_configure \ --without-bash-malloc \ --with-installed-readline \ - --disable-nls + --disable-nls \ + --enable-static-link } mee_install_post() {