mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: zabbix-agentd: Enable IPv6.
* gnu/packages/monitoring.scm (zabbix-agentd)[arguments]: Add ‘--enable-ipv6’ to #:configure-flags.
This commit is contained in:
parent
dda16f7c62
commit
868e308806
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ (define-public zabbix-agentd
|
|||
(arguments
|
||||
`(#:configure-flags
|
||||
(list "--enable-agent"
|
||||
"--enable-ipv6"
|
||||
(string-append "--with-iconv="
|
||||
(assoc-ref %build-inputs "libiconv"))
|
||||
(string-append "--with-libpcre="
|
||||
|
|
Loading…
Reference in a new issue