Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bash: make bash 5.1 ncurses static
- build static to remove dependecies to:
 libncursesw.so.5
  • Loading branch information
wwwutz committed May 6, 2021
1 parent 576082c commit 4d9801d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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"
Expand All @@ -22,7 +22,7 @@ mee_configure() {
--without-bash-malloc \
--with-installed-readline \
--disable-nls \
--enable-static-link
LIBS=-l:libncursesw.a
}

mee_install_post() {
Expand Down

0 comments on commit 4d9801d

Please sign in to comment.