From 6b70bba61ae5fdf8fb1fb6969d1baa330df28070 Mon Sep 17 00:00:00 2001 From: dkwo Date: Thu, 2 Feb 2023 09:52:51 -0500 Subject: [PATCH] kore: ignore certain warnings (openssl3) --- srcpkgs/kore/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/kore/template b/srcpkgs/kore/template index 0927bc637dc..175ae14d6a5 100644 --- a/srcpkgs/kore/template +++ b/srcpkgs/kore/template @@ -1,7 +1,7 @@ # Template file for 'kore' pkgname=kore version=4.2.3 -revision=2 +revision=3 # arch specific seccomp stuff archs="x86_64* aarch64* ppc64*" build_style=gnu-makefile @@ -16,6 +16,8 @@ homepage="https://kore.io" distfiles="https://kore.io/releases/kore-${version}.tar.gz" checksum=f9a9727af97441ae87ff9250e374b9fe3a32a3348b25cb50bd2b7de5ec7f5d82 disable_parallel_build=yes +# openssl3 fix +CFLAGS+=" -Wno-deprecated-declarations -Wno-discarded-qualifiers" export TARGET_PLATFORM=${XBPS_TARGET_MACHINE}