Skip to content

Commit

Permalink
Correct source url
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTodorovskiIBM committed Jun 27, 2024
1 parent 8250786 commit 75ed40a
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,8 +2,8 @@
GAWK_VERSION="5.3.0"

export ZOPEN_BUILD_LINE="STABLE"
export ZOPEN_STABLE_URL="https://git.savannah.gnu.org/cgit/gawk.git/snapshot/gawk-${GAWK_VERSION}.tar.gz"
export ZOPEN_STABLE_DEPS="curl gzip make diffutils zoslib"
export ZOPEN_STABLE_URL="https://ftp.gnu.org/gnu/gawk/gawk-${GAWK_VERSION}.tar.gz"
export ZOPEN_STABLE_DEPS="curl gzip make diffutils zoslib tar"
export ZOPEN_EXTRA_CPPFLAGS="-DATTRIBUTE_NORETURN=_Noreturn"

export ZOPEN_BOOTSTRAP=skip
Expand Down

0 comments on commit 75ed40a

Please sign in to comment.