[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/14: gnu: zabbix-agentd: Enable IPv6.
From: |
guix-commits |
Subject: |
12/14: gnu: zabbix-agentd: Enable IPv6. |
Date: |
Sun, 3 Jan 2021 02:36:13 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 868e3088062a2c6e774e73a9e140bd38d1128a7d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jan 2 20:32:14 2021 +0100
gnu: zabbix-agentd: Enable IPv6.
* gnu/packages/monitoring.scm (zabbix-agentd)[arguments]: Add
‘--enable-ipv6’ to #:configure-flags.
---
gnu/packages/monitoring.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index 9ba0e61..adbd044 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -171,6 +171,7 @@ etc. via a Web interface. Features include:
(arguments
`(#:configure-flags
(list "--enable-agent"
+ "--enable-ipv6"
(string-append "--with-iconv="
(assoc-ref %build-inputs "libiconv"))
(string-append "--with-libpcre="
- 02/14: gnu: libshout: Update to 2.4.5., (continued)
- 02/14: gnu: libshout: Update to 2.4.5., guix-commits, 2021/01/03
- 05/14: gnu: libnet6: Omit static library., guix-commits, 2021/01/03
- 06/14: gnu: obby: Omit static library., guix-commits, 2021/01/03
- 09/14: gnu: geoclue: Update to 2.5.7., guix-commits, 2021/01/03
- 08/14: gnu: mame: Update to 0.227., guix-commits, 2021/01/03
- 04/14: gnu: libinfinity: Omit static libraries, guix-commits, 2021/01/03
- 07/14: gnu: libressl: Update to 3.1.5 [security fix]., guix-commits, 2021/01/03
- 10/14: gnu: fetchmail: Update to 6.4.14., guix-commits, 2021/01/03
- 11/14: gnu: zabbix-agentd: Update to 5.2.3., guix-commits, 2021/01/03
- 13/14: gnu: fldigi: Update to 4.1.17., guix-commits, 2021/01/03
- 12/14: gnu: zabbix-agentd: Enable IPv6.,
guix-commits <=
- 14/14: gnu: perl-search-xapian: Update to 1.2.25.4., guix-commits, 2021/01/03