Skip to content

Commit

Permalink
clamav: fixup build after updating zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jan 8, 2017
1 parent 3a3b026 commit 81c51b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/security/clamav/default.nix
Expand Up @@ -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}"
Expand Down

0 comments on commit 81c51b1

Please sign in to comment.