Skip to content

Commit

Permalink
cflags & cxxflags & ldflags
Browse files Browse the repository at this point in the history
  • Loading branch information
and-ri committed Jul 29, 2023
1 parent 520c489 commit 7a0264d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion projects/openjdk.org/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ build:
script:
- run: wget -c $BOOT_JDK -O - | tar xz -C . --strip-components=$STRIP
working-directory: boot-jdk
- bash configure $ARGS --with-boot-jdk="$BOOT_JDK_DIR" --with-vendor-version-string="$(tea --version | grep -o '[0-9]\+\.[0-9]\+\.[0-9]\+')"
- run: |
bash configure $ARGS \
--with-boot-jdk="$BOOT_JDK_DIR" \
--with-vendor-version-string="$(tea --version | grep -o '[0-9]\+\.[0-9]\+\.[0-9]\+')" \
--with-extra-cflags="$CFLAGS" \
--with-extra-cxxflags="$CXXFLAGS" \
--with-extra-ldflags="$LDFLAGS"
- make images
- mkdir -p {{prefix}}
- mv build/*/images/jdk-bundle/jdk-20.0.2.jdk/Contents/Home/* {{prefix}}/
Expand Down

0 comments on commit 7a0264d

Please sign in to comment.