clamav: fix fd leakage

This commit is contained in:
Robin Gloster
2018-01-26 18:29:55 +01:00
parent 31e388dff2
commit 15ce244d0c
2 changed files with 51 additions and 0 deletions
+2
View File
@@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
zlib bzip2 libxml2 openssl ncurses curl libiconv libmilter pcre
];
patches = [ ./fd-leak.patch ];
configureFlags = [
"--sysconfdir=/etc/clamav"
"--disable-llvm" # enabling breaks the build at the moment