Package: libjna-java / 3.2.7-4

Metadata

Package Version Patches format
libjna-java 3.2.7-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 nbproject.patch | (download)

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

 fix build.xml to remove nbproject usage as we don't have it.


02 builddir.patch | (download)

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

 no special build dir for d64


03 dynlink and cflags.patch | (download)

build.xml | 22 13 + 9 - 0 !
1 file changed, 13 insertions(+), 9 deletions(-)

 dynlink and cflags


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

src/com/sun/jna/Native.java | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

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

build.xml | 3 3 + 0 - 0 !
native/Makefile | 1 1 + 0 - 0 !
2 files changed, 4 insertions(+)

 patch build.xml and native/makefile to support debian gnu/kfreebsd


06 remove gjdoc inexistent options.patch | (download)

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

 disable javadoc options that are not supported by gjdoc


07 include platform jar.patch | (download)

contrib/platform/build.xml | 34 34 + 0 - 0 !
pom.xml | 3 2 + 1 - 0 !
2 files changed, 36 insertions(+), 1 deletion(-)

---
08 multiarch support.patch | (download)

build.xml | 2 2 + 0 - 0 !
src/com/sun/jna/NativeLibrary.java | 43 40 + 3 - 0 !
src/com/sun/jna/Platform.java | 53 53 + 0 - 0 !
3 files changed, 95 insertions(+), 3 deletions(-)

---