kore: update to 4.0.1.
This commit is contained in:
parent
4a5fb3b1b5
commit
b6572968b3
2 changed files with 2 additions and 39 deletions
|
@ -1,37 +0,0 @@
|
|||
--- Makefile 2020-09-02 14:08:01.518084761 +0200
|
||||
+++ Makefile 2020-09-02 14:09:50.656087454 +0200
|
||||
@@ -6,10 +6,10 @@
|
||||
KORE=kore
|
||||
KODEV=kodev/kodev
|
||||
KORE_CRYPTO?=crypto
|
||||
-INSTALL_DIR=$(PREFIX)/bin
|
||||
-MAN_DIR?=$(PREFIX)/share/man
|
||||
-SHARE_DIR=$(PREFIX)/share/kore
|
||||
-INCLUDE_DIR=$(PREFIX)/include/kore
|
||||
+INSTALL_DIR=$(DESTDIR)/$(PREFIX)/bin
|
||||
+MAN_DIR?=$(DESTDIR)/$(PREFIX)/share/man
|
||||
+SHARE_DIR=$(DESTDIR)/$(PREFIX)/share/kore
|
||||
+INCLUDE_DIR=$(DESTDIR)/$(PREFIX)/include/kore
|
||||
|
||||
GENERATED=
|
||||
PLATFORM=platform.h
|
||||
@@ -24,7 +24,7 @@
|
||||
FEATURES=
|
||||
FEATURES_INC=
|
||||
|
||||
-CFLAGS+=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes
|
||||
+CFLAGS::=$(CFLAGS) -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes
|
||||
CFLAGS+=-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual
|
||||
CFLAGS+=-Wsign-compare -Iinclude/kore -I$(OBJDIR) -std=c99 -pedantic
|
||||
CFLAGS+=-DPREFIX='"$(PREFIX)"' -fstack-protector-all
|
||||
--- kodev/Makefile 2020-09-02 14:09:58.072087637 +0200
|
||||
+++ kodev/Makefile 2020-09-02 14:10:17.774088123 +0200
|
||||
@@ -4,7 +4,7 @@
|
||||
PREFIX?=/usr/local
|
||||
OBJDIR?=obj
|
||||
KODEV=kodev
|
||||
-INSTALL_DIR=$(PREFIX)/bin
|
||||
+INSTALL_DIR=$(DESTDIR)/$(PREFIX)/bin
|
||||
|
||||
S_SRC= ../src/cli.c
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'kore'
|
||||
pkgname=kore
|
||||
version=4.0.0
|
||||
version=4.0.1
|
||||
revision=1
|
||||
# arch specific seccomp stuff
|
||||
archs="x86_64* aarch64* ppc64*"
|
||||
|
@ -14,7 +14,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
|||
license="ISC"
|
||||
homepage="https://kore.io"
|
||||
distfiles="https://kore.io/releases/kore-${version}.tar.gz"
|
||||
checksum=c4f5629c9fca7ede7664063a318021f58c7909cbff822dad8dca88da7d9043c2
|
||||
checksum=bc8bf755133faf67755c3a4ea53db49f208986efeed734ce6be562a3e5a81057
|
||||
disable_parallel_build=yes
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
|
|
Loading…
Reference in a new issue