mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 05:07:01 +02:00
openjdk11: revert those java bootstrap options
This commit is contained in:
parent
5db40b63ad
commit
fac3f78c2c
1 changed files with 0 additions and 2 deletions
|
@ -60,7 +60,6 @@ if [ -n "$_use_zero" ]; then
|
|||
configure_args+=" --with-jvm-variants=zero"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc*) configure_args+=" --with-boot-jdk-jvmargs=-XX:ThreadStackSize=2560";;
|
||||
*) configure_args+=" --with-boot-jdk-jvmargs=-Xmx2g" ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
|
@ -93,7 +92,6 @@ post_patch() {
|
|||
}
|
||||
|
||||
do_configure() {
|
||||
unset _JAVA_OPTIONS JAVA_OPTIONS JAVA_TOOL_OPTIONS
|
||||
CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2/}
|
||||
CXXFLAGS=${CXXFLAGS/-D_FORTIFY_SOURCE=2/}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue