Merge pull request #157792 from NickCao/zabbix-agent-cross

zabbix.agent: fix cross compilation
This commit is contained in:
Robert Scott 2022-02-02 22:11:03 +00:00 committed by GitHub
commit d2a3996b25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/