From 2ca3c20d9a57c2d821cd648ee96dcb9266beb3ff Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Fri, 19 Jun 2020 17:54:17 +0000 Subject: [PATCH] testing/zabbix-agent2-alpine: enable openssl support --- testing/zabbix-agent2-alpine/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testing/zabbix-agent2-alpine/APKBUILD b/testing/zabbix-agent2-alpine/APKBUILD index d96de0ffd89..0aae2b8839d 100644 --- a/testing/zabbix-agent2-alpine/APKBUILD +++ b/testing/zabbix-agent2-alpine/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Kevin Daudt 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