Forcing headless mode anyways..

This commit is contained in:
Tran Khanh Duy 2020-10-22 13:47:19 +07:00 committed by GitHub
parent 73696b3237
commit 1129700b7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ export LDFLAGS+=" -L`pwd`/dummy_libs"
cd openjdk cd openjdk
rm -rf build rm -rf build
# --with-extra-cxxflags="$CXXFLAGS --std=c++11" \ # --with-extra-cxxflags="$CXXFLAGS --std=c++11" \
bash ./configure \ bash ./configure BUILD_HEADLESS_ONLY=1 BUILD_HEADLESS=true \
--disable-headful \ --disable-headful \
--with-extra-cflags="$CPPFLAGS" \ --with-extra-cflags="$CPPFLAGS" \
--with-extra-ldflags="$LDFLAGS" \ --with-extra-ldflags="$LDFLAGS" \