kore: update to 4.2.1.
This commit is contained in:
parent
728a8ea599
commit
595898092f
2 changed files with 5 additions and 14 deletions
|
@ -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
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kore'
|
# Template file for 'kore'
|
||||||
pkgname=kore
|
pkgname=kore
|
||||||
version=4.1.0
|
version=4.2.1
|
||||||
revision=2
|
revision=1
|
||||||
# arch specific seccomp stuff
|
# arch specific seccomp stuff
|
||||||
archs="x86_64* aarch64* ppc64*"
|
archs="x86_64* aarch64* ppc64*"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -14,9 +14,11 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://kore.io"
|
homepage="https://kore.io"
|
||||||
distfiles="https://kore.io/releases/kore-${version}.tar.gz"
|
distfiles="https://kore.io/releases/kore-${version}.tar.gz"
|
||||||
checksum=b7d73b005fde0ea01c356a54e4bbd8a209a4dff9cf315802a127ce7267efbe61
|
checksum=f76b108a4eefa27c89123f5d6a36b493b171e429be7a85d3dd1466ac87e7f15a
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
|
||||||
|
export TARGET_PLATFORM=${XBPS_TARGET_MACHINE}
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
makedepends+=" musl-legacy-compat"
|
makedepends+=" musl-legacy-compat"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue