|
|
|
@ -1,18 +1,18 @@
|
|
|
|
|
Index: build.xml
|
|
|
|
|
--- build.xml.orig 2017-09-13 22:12:57.000000000 +0200
|
|
|
|
|
+++ build.xml 2017-09-30 00:32:13.930868000 +0200
|
|
|
|
|
@@ -387,7 +387,7 @@
|
|
|
|
|
--- build.xml.orig 2019-10-30 19:26:04.146178000 +0100
|
|
|
|
|
+++ build.xml 2019-10-30 19:26:45.815281000 +0100
|
|
|
|
|
@@ -408,7 +408,7 @@
|
|
|
|
|
<!-- Bundle native components with primary jar to facilitate
|
|
|
|
|
easy distribution to common platforms.
|
|
|
|
|
-->
|
|
|
|
|
- <jar jarfile="${build}/${jar}" duplicate="preserve">
|
|
|
|
|
+ <jar jarfile="${build}/${jar}" duplicate="add" update="true">
|
|
|
|
|
- <jar jarfile="${build}/${jar}" duplicate="preserve" createUnicodeExtraFields="never" encoding="UTF-8">
|
|
|
|
|
+ <jar jarfile="${build}/${jar}" duplicate="add" update="true" createUnicodeExtraFields="never" encoding="UTF-8">
|
|
|
|
|
<manifest>
|
|
|
|
|
<attribute name="Main-Class" value="com.sun.jna.Native"/>
|
|
|
|
|
<attribute name="Manifest-Version" value="1.0"/>
|
|
|
|
|
Index: native/Makefile
|
|
|
|
|
--- native/Makefile.orig 2017-09-13 22:12:57.000000000 +0200
|
|
|
|
|
+++ native/Makefile 2017-09-30 00:35:51.211560000 +0200
|
|
|
|
|
--- native/Makefile.orig 2019-10-30 17:41:18.000000000 +0100
|
|
|
|
|
+++ native/Makefile 2019-10-30 19:26:04.146488000 +0100
|
|
|
|
|
@@ -81,7 +81,7 @@
|
|
|
|
|
LIBSFX=.so
|
|
|
|
|
ARSFX=.a
|
|
|
|
|