Package: libjna-java / 5.18.1-1

Metadata

Package Version Patches format
libjna-java 5.18.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
03 dynlink and cflags.patch | (download)

build.xml | 16 4 + 12 - 0 !
1 file changed, 4 insertions(+), 12 deletions(-)

 dynlink and cflags


04 load native code from fs.patch | (download)

src/com/sun/jna/Native.java | 3 3 + 0 - 0 !
src/com/sun/jna/NativeLibrary.java | 26 1 + 25 - 0 !
src/com/sun/jna/Platform.java | 34 32 + 2 - 0 !
3 files changed, 36 insertions(+), 27 deletions(-)

 try to load native library from /usr/lib/jni if system
 property jna.boot.library.path is not set
09 javadoc.patch | (download)

build.xml | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
10 disable full jar.patch | (download)

build.xml | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 do not include the native libraries in the main jar
14 rename native library.patch | (download)

native/Makefile | 2 1 + 1 - 0 !
src/com/sun/jna/Native.java | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 rename the native library to avoid conflicts with other jna jars used on the system
18 build directory in soname.patch | (download)

native/Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 remove the build path from the library soname
19 asm classpath.patch | (download)

build-ant-tools.xml | 4 2 + 2 - 0 !
build.xml | 6 3 + 3 - 0 !
contrib/platform/build.xml | 6 3 + 3 - 0 !
3 files changed, 8 insertions(+), 8 deletions(-)

---