From a4d862480c9a34d9249104679e87f163fe0ef5fd Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Thu, 7 Apr 2016 20:57:56 +0200 Subject: testing/java-lz4: new abuild https://github.com/jpountz/lz4-java LZ4 compression for Java --- testing/java-lz4/0002-dont-bundle-natives.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 testing/java-lz4/0002-dont-bundle-natives.patch (limited to 'testing/java-lz4/0002-dont-bundle-natives.patch') diff --git a/testing/java-lz4/0002-dont-bundle-natives.patch b/testing/java-lz4/0002-dont-bundle-natives.patch new file mode 100644 index 0000000000..ae90e29b1b --- /dev/null +++ b/testing/java-lz4/0002-dont-bundle-natives.patch @@ -0,0 +1,23 @@ +From: Jakub Jirutka +Date: Thu, 7 Apr 2016 21:06:00 +0200 +Subject: [PATCH] Do not bundle native binaries into JAR + +The native library will be installed into /usr/lib as all other +platform-specific libraries. +--- +diff --git a/build.xml b/build.xml +index 841582e..901b880 100644 +--- a/build.xml ++++ b/build.xml +@@ -280,11 +280,9 @@ + + +- + + + +- + + + -- cgit v1.2.3