diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-01-06 21:35:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-01-06 21:35:34 +0000 |
commit | 6f0e1ce3a6954bf83a3160b80dc06e645eba932e (patch) | |
tree | 4e7629aea8e8fb9a1fd03611258072fcffa00b6b | |
parent | Pass MAINTAINER to previour submitter. (diff) |
Unbreak configure with zlib 1.2.10, configure script believes that version
1.2.10 is vulnerable version 1.2.1
Reported by: pkg-fallout
MFH: 2017Q1
Notes
Notes:
svn path=/head/; revision=430751
-rw-r--r-- | security/clamav/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 2ce5067e08ae..2c94a0bbfbda 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -82,6 +82,7 @@ CONFIGURE_ARGS= --libdir=${PREFIX}/lib \ --enable-readdir_r \ --enable-gethostbyname_r \ --disable-dependency-tracking \ + --disable-zlib-vcheck \ --enable-clamdtop CPPFLAGS+= -I${LOCALBASE}/include |