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