aboutsummaryrefslogtreecommitdiffstats
path: root/testing/commons-daemon/rat_workaround.patch
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2020-03-31 17:55:50 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-03-31 16:09:12 +0000
commit96b9bd252cb279ac2ac0252b45d4f098be22b4f0 (patch)
tree9693b365916d73fcfd5faf24be2cdfae9ffbd0fb /testing/commons-daemon/rat_workaround.patch
parent75cb589bb61fd8858998bb1d324b73e2279f29af (diff)
downloadaports-96b9bd252cb279ac2ac0252b45d4f098be22b4f0.tar.bz2
aports-96b9bd252cb279ac2ac0252b45d4f098be22b4f0.tar.xz
community/commons-daemon: move from testing
Diffstat (limited to 'testing/commons-daemon/rat_workaround.patch')
-rw-r--r--testing/commons-daemon/rat_workaround.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/commons-daemon/rat_workaround.patch b/testing/commons-daemon/rat_workaround.patch
deleted file mode 100644
index 512a91085f..0000000000
--- a/testing/commons-daemon/rat_workaround.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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>