Skip to content

Commit

Permalink
bash: make bash 5.1 static
Browse files Browse the repository at this point in the history
- build static to remove dependecies to:
 linux-vdso.so.1
 libncursesw.so.5
 libdl.so.2
 libc.so.6
  • Loading branch information
wwwutz committed May 4, 2021
1 parent 334c9fc commit 576082c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bash.be0
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -21,7 +21,8 @@ mee_configure() {
bee_configure \
--without-bash-malloc \
--with-installed-readline \
--disable-nls
--disable-nls \
--enable-static-link
}

mee_install_post() {
Expand Down

0 comments on commit 576082c

Please sign in to comment.