Skip to content

Commit

Permalink
Update buildenv
Browse files Browse the repository at this point in the history
  • Loading branch information
v1gnesh committed Nov 6, 2023
1 parent 1dcee16 commit 07f5dc3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions buildenv
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
PERL_VERSION="5.38.0"

export ZOPEN_BUILD_LINE="STABLE"
export ZOPEN_STABLE_DEPS="curl gzip make coreutils git make zoslib sed"
export ZOPEN_STABLE_URL="https://github.com/Perl/perl5/archive/refs/tags/v${PERL_VERSION}.tar.gz"
export ZOPEN_DEV_DEPS="git make zoslib sed"
export ZOPEN_DEV_URL="https://github.com/Perl/perl5.git"
export ZOPEN_CONFIGURE="./Configure"
export ZOPEN_CONFIGURE_OPTS="-Dprefix=\${ZOPEN_INSTALL_DIR} -Duserelocatableinc -Dusedevel -des -Duse64bitall -Dusedl -D ccflags=\"\$CFLAGS \$CPPFLAGS -DOS390 -DZOS -DNO_LOCALE_MESSAGES -DOEMVS -DMAXSIG=39 -D_EXT=1 -fvisibility=default\" -D ldflags=\"\$LDFLAGS\" -D libs=\"\$LIBS\""
export ZOPEN_CHECK_OPTS="test"
export ZOPEN_DEV_URL="https://github.com/Perl/perl5.git"
export ZOPEN_DEV_DEPS="git make zoslib sed"

export ZOPEN_DEV_TAG="blead"
export ZOPEN_COMP=CLANG

Expand Down

0 comments on commit 07f5dc3

Please sign in to comment.