openjdk11: disable javac server.

This commit is contained in:
Jerome Duval
2019-02-23 18:07:13 +01:00
parent 25035af002
commit 5b89d7f269

View File

@@ -159,7 +159,8 @@ BUILD()
--with-version-build="${portVersion//*.}" \
--with-version-pre="" \
--with-version-opt="" \
--with-num-cores=1
--with-num-cores=1 \
--disable-javac-server
make images LOG=info
}