From 96b9bd252cb279ac2ac0252b45d4f098be22b4f0 Mon Sep 17 00:00:00 2001 From: TBK Date: Tue, 31 Mar 2020 17:55:50 +0200 Subject: [PATCH] community/commons-daemon: move from testing --- {testing => community}/commons-daemon/APKBUILD | 2 +- {testing => community}/commons-daemon/rat_workaround.patch | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {testing => community}/commons-daemon/APKBUILD (96%) rename {testing => community}/commons-daemon/rat_workaround.patch (100%) diff --git a/testing/commons-daemon/APKBUILD b/community/commons-daemon/APKBUILD similarity index 96% rename from testing/commons-daemon/APKBUILD rename to community/commons-daemon/APKBUILD index 2b0bb223e70..2f116f35934 100644 --- a/testing/commons-daemon/APKBUILD +++ b/community/commons-daemon/APKBUILD @@ -27,7 +27,7 @@ build() { --host=$CHOST \ --prefix=/usr \ --with-java=/usr/lib/jvm/java-1.8-openjdk \ - CFLAGS="-I/usr/lib/jvm/java-1.8-openjdk/include/linux" + CFLAGS="$CFLAGS -I/usr/lib/jvm/java-1.8-openjdk/include/linux" make # jsvc manpage diff --git a/testing/commons-daemon/rat_workaround.patch b/community/commons-daemon/rat_workaround.patch similarity index 100% rename from testing/commons-daemon/rat_workaround.patch rename to community/commons-daemon/rat_workaround.patch