zabbix.agent: fix cross compilation
This commit is contained in:
parent
16ed47c966
commit
1fe8015b21
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ import ./versions.nix ({ version, sha256 }:
|
|||
"--with-libpcre"
|
||||
"--with-openssl=${openssl.dev}"
|
||||
];
|
||||
makeFlags = [
|
||||
"AR:=$(AR)"
|
||||
"RANLIB:=$(RANLIB)"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
cp conf/zabbix_agentd/*.conf $out/etc/zabbix_agentd.conf.d/
|
||||
|
|
Loading…
Reference in a new issue