tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
zabbix.agent: fix cross compilation
Nick Cao
4 years ago
1fe8015b
16ed47c9
+4
1 changed file
expand all
collapse all
unified
split
pkgs
servers
monitoring
zabbix
agent.nix
+4
pkgs/servers/monitoring/zabbix/agent.nix
···
24
"--with-libpcre"
25
"--with-openssl=${openssl.dev}"
26
];
0
0
0
0
27
28
postInstall = ''
29
cp conf/zabbix_agentd/*.conf $out/etc/zabbix_agentd.conf.d/
···
24
"--with-libpcre"
25
"--with-openssl=${openssl.dev}"
26
];
27
+
makeFlags = [
28
+
"AR:=$(AR)"
29
+
"RANLIB:=$(RANLIB)"
30
+
];
31
32
postInstall = ''
33
cp conf/zabbix_agentd/*.conf $out/etc/zabbix_agentd.conf.d/