From a99142d7b515b13c288eb9cfae34f0c899f4c04f Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 17 Aug 2016 17:58:35 +0200 Subject: community/java-lz4: move from testing --- community/java-lz4/0002-dont-bundle-natives.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 community/java-lz4/0002-dont-bundle-natives.patch (limited to 'community/java-lz4/0002-dont-bundle-natives.patch') diff --git a/community/java-lz4/0002-dont-bundle-natives.patch b/community/java-lz4/0002-dont-bundle-natives.patch new file mode 100644 index 0000000000..ae90e29b1b --- /dev/null +++ b/community/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