Skip to content

Commit c3801b4

Browse files
Rebuild AIX binaries with libffi 3.4.2 (other architectures were part of 5.10)
1 parent 7dbbf4b commit c3801b4

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Next Release (5.11.0)
88
Features
99
--------
1010
* [#1398](https://github.com/java-native-access/jna/pull/1398): Increase `c.s.j.p.win32.Sspi#MAX_TOKEN_SIZE` on Windows 8/Server 2012 and later - [@dbwiddis](https://github.com/dbwiddis).
11+
* [#1398](https://github.com/java-native-access/jna/pull/1403): Rebuild AIX binaries with libffi 3.4.2 (other architectures were part of 5.10) - [@matthiasblaesing](https://github.com/matthiasblaesing).
1112

1213
Bug Fixes
1314
---------

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ ${make}\
10821082
CHECKSUM=${jni.md5}
10831083
cd ..
10841084
cd build
1085-
zip ../${os.prefix}.jar libjnidispatch.so jnidispatch.dll
1085+
zip ../${os.prefix}.jar libjnidispatch.so jnidispatch.dll libjnidispatch.a
10861086
cd ..
10871087
</echo>
10881088
<jar jarfile="${build}/${os.prefix}.jar" createUnicodeExtraFields="never" encoding="UTF-8">

lib/native/aix-ppc.jar

29 KB
Binary file not shown.

lib/native/aix-ppc64.jar

27.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)