From 595898092f148928c4b83599d1edc4c051e9b05d Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Fri, 25 Mar 2022 15:01:20 +0100 Subject: [PATCH] kore: update to 4.2.1. --- srcpkgs/kore/patches/platform.patch | 11 ----------- srcpkgs/kore/template | 8 +++++--- 2 files changed, 5 insertions(+), 14 deletions(-) delete mode 100644 srcpkgs/kore/patches/platform.patch diff --git a/srcpkgs/kore/patches/platform.patch b/srcpkgs/kore/patches/platform.patch deleted file mode 100644 index cbacde0591b..00000000000 --- a/srcpkgs/kore/patches/platform.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/misc/linux-platform.sh 2020-09-02 14:26:51.393112635 +0200 -+++ b/misc/linux-platform.sh 2020-09-02 14:28:26.281114976 +0200 -@@ -2,7 +2,7 @@ - # - # Linux specific defines and system call maps. - --PLATFORM=$(uname -m) -+PLATFORM=${XBPS_TARGET_MACHINE} - BASE=$(dirname $0) - - case "$PLATFORM" in diff --git a/srcpkgs/kore/template b/srcpkgs/kore/template index 6c6e2d1378c..52b7dbe718a 100644 --- a/srcpkgs/kore/template +++ b/srcpkgs/kore/template @@ -1,7 +1,7 @@ # Template file for 'kore' pkgname=kore -version=4.1.0 -revision=2 +version=4.2.1 +revision=1 # arch specific seccomp stuff archs="x86_64* aarch64* ppc64*" build_style=gnu-makefile @@ -14,9 +14,11 @@ maintainer="Helmut Pozimski " license="ISC" homepage="https://kore.io" distfiles="https://kore.io/releases/kore-${version}.tar.gz" -checksum=b7d73b005fde0ea01c356a54e4bbd8a209a4dff9cf315802a127ce7267efbe61 +checksum=f76b108a4eefa27c89123f5d6a36b493b171e429be7a85d3dd1466ac87e7f15a disable_parallel_build=yes +export TARGET_PLATFORM=${XBPS_TARGET_MACHINE} + if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" musl-legacy-compat" fi