File: 10-ignore-lzma.patch

package info (click to toggle)
netty 1%3A4.1.48-7%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 25,864 kB
  • sloc: java: 283,588; xml: 7,075; ansic: 3,756; sh: 134; makefile: 32
file content (13 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Disables lzma support (missing dependency)
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/codec/pom.xml
+++ b/codec/pom.xml
@@ -118,6 +118,7 @@
           <excludes>
             <exclude>**/marshalling/*.java</exclude>
             <exclude>**/compression/Lz4*.java</exclude>
+            <exclude>**/compression/Lzma*.java</exclude>
           </excludes>
         </configuration>
       </plugin>