svn commit: r430751 - head/security/clamav
Antoine Brodin
antoine at FreeBSD.org
Fri Jan 6 21:35:36 UTC 2017
Author: antoine
Date: Fri Jan 6 21:35:34 2017
New Revision: 430751
URL: https://svnweb.freebsd.org/changeset/ports/430751
Log:
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
Modified:
head/security/clamav/Makefile
Modified: head/security/clamav/Makefile
==============================================================================
--- head/security/clamav/Makefile Fri Jan 6 21:16:19 2017 (r430750)
+++ head/security/clamav/Makefile Fri Jan 6 21:35:34 2017 (r430751)
@@ -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
More information about the svn-ports-all
mailing list