testing/zabbix-agent2-alpine: enable openssl support

This commit is contained in:
Kevin Daudt 2020-06-19 17:54:17 +00:00
parent 98e0e28df3
commit 2ca3c20d9a

View File

@ -2,13 +2,13 @@
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
pkgname=zabbix-agent2-alpine
pkgver=5.0.1
pkgrel=1
pkgrel=2
_plugins_version=0.2
pkgdesc="Zabbix Agent2 with additional plugins"
url="https://gitlab.alpinelinux.org/alpine/infra/infra-packages/-/tree/master/infra/zabbix-agent2-alpine"
arch="all"
license="GPL-2.0-or-later"
makedepends="go autoconf automake pcre-dev zlib-dev"
makedepends="go autoconf automake pcre-dev zlib-dev openssl-dev openssl-libs-static"
options="!check" # no test suite
subpackages="$pkgname-openrc"
source="$pkgname-$pkgver.tar.gz::https://github.com/zabbix/zabbix/archive/$pkgver.tar.gz
@ -32,6 +32,7 @@ build() {
./configure \
--sysconfdir=/etc/zabbix \
--mandir=/usr/share/man \
--with-openssl \
--enable-agent2 \
--enable-static
make