From 4d9801d7897925ebf08cb2c757da19357ecd30a0 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 6 May 2021 13:21:25 +0200 Subject: [PATCH] bash: make bash 5.1 ncurses static - build static to remove dependecies to: libncursesw.so.5 --- bash.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {