aboutsummaryrefslogtreecommitdiffstats
path: root/testing/commons-daemon/rat_workaround.patch
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2020-02-22 22:50:36 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-02-22 19:26:34 -0300
commitbfe6ac7dff0dc1e773978ab6e1edd9d843dbc922 (patch)
tree6bb26240e1239f9bba253becab2d4d3ebd7ad9b2 /testing/commons-daemon/rat_workaround.patch
parent2ada51049a082f3782047981c45cbca97f63dd2a (diff)
testing/commons-daemon: upgrade to 1.2.2
Diffstat (limited to 'testing/commons-daemon/rat_workaround.patch')
-rw-r--r--testing/commons-daemon/rat_workaround.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/commons-daemon/rat_workaround.patch b/testing/commons-daemon/rat_workaround.patch
new file mode 100644
index 00000000000..512a91085fc
--- /dev/null
+++ b/testing/commons-daemon/rat_workaround.patch
@@ -0,0 +1,14 @@
+Apache RAT (license audit...) complains for some reason about location.o,
+ causing maven to fail. This patch is a "dirty" workaround.
+
+--- a/pom.xml
++++ b/pom.xml
+@@ -136,6 +136,8 @@
+ <exclude>src/native/unix/config.nice</exclude>
+ <exclude>src/native/unix/config.status</exclude>
+ <exclude>src/native/unix/config.log</exclude>
++ <!-- Workaround for location.o -->
++ <exclude>src/native/unix/native/location.o</exclude>
+ </excludes>
+ </configuration>
+ </plugin>