diff options
author | Yuan Liao <liaoyuan@gmail.com> | 2022-01-23 10:21:33 -0800 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-28 07:53:30 +0000 |
commit | c54e5325b0369da14991e21bfe94a8226c257f06 (patch) | |
tree | 282aa838f7c0794adb99debcabce823f96a28365 /dev-lisp | |
parent | dev-libs/imath: bump to 3.1.4 (diff) | |
download | gentoo-c54e5325b0369da14991e21bfe94a8226c257f06.tar.gz gentoo-c54e5325b0369da14991e21bfe94a8226c257f06.tar.bz2 gentoo-c54e5325b0369da14991e21bfe94a8226c257f06.zip |
net-p2p/freenet: Fix build and runtime errors with JNA 5.x
This package uses JNA's Pointer.SIZE API, which has been removed since
JNA 5.0.0. A replacement of the API is Native.POINTER_SIZE, which is
present in both JNA 4.x and 5.x.
Since JNA 5.0.0, the default JNI library loading mechanism has been
changed, which would cause this package to crash upon launch, unless
system property 'jna.nosys' is set to 'false', which restores the 4.x
library loading behavior compatible with this package.
Closes: https://bugs.gentoo.org/830847
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23933
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lisp')
0 files changed, 0 insertions, 0 deletions