zabbix: enable ipv6

This commit is contained in:
Aaron Andersen 2021-12-15 10:53:48 -05:00
parent 382e4ba09a
commit 8fa93e369a
4 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,7 @@ import ./versions.nix ({ version, sha256 }:
configureFlags = [
"--enable-agent"
"--enable-ipv6"
"--with-iconv"
"--with-libpcre"
"--with-openssl=${openssl.dev}"

View File

@ -33,6 +33,7 @@ import ./versions.nix ({ version, sha256 }:
./configure \
--prefix=${placeholder "out"} \
--enable-agent2 \
--enable-ipv6 \
--with-iconv \
--with-libpcre \
--with-openssl=${openssl.dev}

View File

@ -41,6 +41,7 @@ in
++ optional postgresqlSupport postgresql;
configureFlags = [
"--enable-ipv6"
"--enable-proxy"
"--with-iconv"
"--with-libevent"

View File

@ -46,6 +46,7 @@ in
++ optional ipmiSupport openipmi;
configureFlags = [
"--enable-ipv6"
"--enable-server"
"--with-iconv"
"--with-libcurl"