Skip to content

Commit

Permalink
Update buildenv
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTodorovskiIBM authored Apr 26, 2024
1 parent 3214a1c commit f8e8964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildenv
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
BASH_VERSION="5.2.21"
export ZOPEN_BUILD_LINE="STABLE" # default build level is stable
export ZOPEN_STABLE_URL="https://ftp.gnu.org/gnu/bash/bash-${BASH_VERSION}.tar.gz"
export ZOPEN_STABLE_DEPS="curl gzip tar make zoslib coreutils diffutils sed ncurses grep"
export ZOPEN_STABLE_DEPS="curl gzip tar make zoslib coreutils diffutils sed ncurses grep gettext"

export ZOPEN_DEV_URL="https://github.com/bminor/bash.git"
export ZOPEN_DEV_DEPS="perl m4 autoconf curl gzip tar make zoslib coreutils diffutils sed ncurses bison grep"
export ZOPEN_DEV_DEPS="perl m4 autoconf curl gzip tar make zoslib coreutils diffutils sed ncurses bison grep gettext"
export ZOPEN_DEV_BRANCH="devel"

export ZOPEN_EXTRA_CPPFLAGS="-DNO_MAIN_ENV_ARG=1 -DSSH_SOURCE_BASHRC=1 -DSYS_BASHRC='\\\"/etc/bashrc\\\"' -DNON_INTERACTIVE_LOGIN_SHELLS=1"
Expand Down

0 comments on commit f8e8964

Please sign in to comment.