Skip to content

community/openjdk7: disable vfork and fix wrong icedtea version

Simon F requested to merge bratkartoffel/aports:openjdk7/vfork-fix into master

The new patch replaces calls to vfork() with regular fork(). As discussed in irclogs from 2020/12. This should fix the deadlocks while building on aarch64.

Also this commit fixes the wrong icedtea version number from previous upgrade.

Edited by Natanael Copa

Merge request reports