clamav: fix build
This commit is contained in:
parent
643ca9a3aa
commit
18232bca7e
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
||||
"--sysconfdir=/etc/clamav"
|
||||
"--with-zlib=${zlib.dev}"
|
||||
"--disable-zlib-vcheck" # it fails to recognize that 1.2.10 >= 1.2.2
|
||||
"--disable-llvm" # enabling breaks the build at the moment
|
||||
"--with-libbz2-prefix=${bzip2.dev}"
|
||||
"--with-iconv-dir=${libiconv}"
|
||||
"--with-xml=${libxml2.dev}"
|
||||
|
Loading…
Reference in New Issue
Block a user