kore: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:18:07 +01:00
parent 7df70e5698
commit 6076c046d9

View file

@ -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 <helmut@pozimski.eu>"
license="ISC"