mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/zabbix-agent2-alpine: enable openssl support
This commit is contained in:
parent
98e0e28df3
commit
2ca3c20d9a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user