Merge pull request #150862 from aanderse/zabbix

zabbix: enable ipv6
This commit is contained in:
Aaron Andersen 2021-12-19 12:47:17 -05:00 committed by GitHub
commit 36f81e47da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"