openvswitch: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:18:30 +01:00
parent ec5667fc63
commit 8c00ec385c

View file

@ -1,13 +1,13 @@
# Template file for 'openvswitch'
pkgname=openvswitch
version=2.14.2
revision=1
revision=2
archs="i686* x86_64* ppc64*"
build_style=gnu-configure
configure_args="--with-rundir=/run/openvswitch"
pycompile_dirs="usr/share/openvswitch/python"
hostmakedepends="pkg-config python3"
makedepends="libressl-devel libcap-ng-devel"
makedepends="openssl-devel libcap-ng-devel"
depends="python"
short_desc="Production quality, multilayer virtual switch"
maintainer="Renato Aguiar <renato@renatoaguiar.net>"