hitch: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:18:03 +01:00
parent 07bb9f211a
commit e242745e11

View file

@ -1,11 +1,11 @@
# Template file for 'hitch'
pkgname=hitch
version=1.5.2
revision=2
revision=3
build_style=gnu-configure
configure_args="ac_cv_so_reuseport_works=yes ac_cv_so_tfo=yes"
hostmakedepends="pkg-config automake"
makedepends="libev-devel libressl-devel"
makedepends="libev-devel openssl-devel"
checkdepends="lsof curl"
short_desc="Libev-based high performance SSL/TLS proxy"
maintainer="Jannis Christ <hello@jannis.ovh>"