From 6076c046d9adf7b79ceaa3da8d17162136a8296d Mon Sep 17 00:00:00 2001 From: John Date: Wed, 6 Jan 2021 18:18:07 +0100 Subject: [PATCH] kore: rebuild against OpenSSL --- srcpkgs/kore/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kore/template b/srcpkgs/kore/template index d2394349639..6c6e2d1378c 100644 --- a/srcpkgs/kore/template +++ b/srcpkgs/kore/template @@ -1,14 +1,14 @@ # Template file for 'kore' pkgname=kore version=4.1.0 -revision=1 +revision=2 # arch specific seccomp stuff archs="x86_64* aarch64* ppc64*" build_style=gnu-makefile make_use_env=yes make_build_args="PREFIX=/usr CURL=1 TASKS=1 PGSQL=1 JSONRPC=1 ACME=1" hostmakedepends="postgresql-libs-devel" -makedepends="libressl-devel libcurl-devel postgresql-libs-devel yajl-devel" +makedepends="openssl-devel libcurl-devel postgresql-libs-devel yajl-devel" short_desc="Easy to use web platform for writing scalable web APIs in C" maintainer="Helmut Pozimski " license="ISC"