Use --with-extra-ldflags for point to dummy libs

This commit is contained in:
Tran Khanh Duy 2020-10-20 16:50:26 +07:00 committed by GitHub
parent 780137b827
commit 59c09bbd00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ cd openjdk
rm -rf build
bash ./configure \
--with-extra-cflags="$CPPFLAGS" \
--with-extra-ldflags="$LDFLAGS" \
--enable-option-checking=fatal \
--openjdk-target=$TARGET \
--with-jdk-variant=normal \