forked from mirrors/nixpkgs
clamav: fixup build after updating zlib
This commit is contained in:
parent
3a3b0263b0
commit
81c51b18ee
|
@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
|
|||
configureFlags = [
|
||||
"--sysconfdir=/etc/clamav"
|
||||
"--with-zlib=${zlib.dev}"
|
||||
"--disable-zlib-vcheck" # it fails to recognize that 1.2.10 >= 1.2.2
|
||||
"--with-libbz2-prefix=${bzip2.dev}"
|
||||
"--with-iconv-dir=${libiconv}"
|
||||
"--with-xml=${libxml2.dev}"
|
||||
|
|
Loading…
Reference in a new issue