zabbix: enable ipv6
This commit is contained in:
parent
382e4ba09a
commit
8fa93e369a
4 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,7 @@ import ./versions.nix ({ version, sha256 }:
|
|||
|
||||
configureFlags = [
|
||||
"--enable-agent"
|
||||
"--enable-ipv6"
|
||||
"--with-iconv"
|
||||
"--with-libpcre"
|
||||
"--with-openssl=${openssl.dev}"
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -41,6 +41,7 @@ in
|
|||
++ optional postgresqlSupport postgresql;
|
||||
|
||||
configureFlags = [
|
||||
"--enable-ipv6"
|
||||
"--enable-proxy"
|
||||
"--with-iconv"
|
||||
"--with-libevent"
|
||||
|
|
|
@ -46,6 +46,7 @@ in
|
|||
++ optional ipmiSupport openipmi;
|
||||
|
||||
configureFlags = [
|
||||
"--enable-ipv6"
|
||||
"--enable-server"
|
||||
"--with-iconv"
|
||||
"--with-libcurl"
|
||||
|
|
Loading…
Reference in a new issue