pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/clamav
Module Name: pkgsrc
Committed By: gdt
Date: Mon Jul 10 00:22:15 UTC 2017
Modified Files:
pkgsrc/security/clamav: Makefile
Log Message:
Disable fortify due to build failure
clamav defines a gets macro, which confuses fortify. Until resolved,
disable fortify so that it builds. (Note that SSP is still enabled;
clamav with SSP and without FORTIFY appears to work.)
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/security/clamav/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/clamav/Makefile
diff -u pkgsrc/security/clamav/Makefile:1.34 pkgsrc/security/clamav/Makefile:1.35
--- pkgsrc/security/clamav/Makefile:1.34 Thu Jan 5 11:27:21 2017
+++ pkgsrc/security/clamav/Makefile Mon Jul 10 00:22:15 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2017/01/05 11:27:21 roy Exp $
+# $NetBSD: Makefile,v 1.35 2017/07/10 00:22:15 gdt Exp $
.include "Makefile.common"
@@ -26,6 +26,10 @@ CONFIGURE_ARGS+= --with-zlib=${BUILDLINK
# bomb the build
CONFIGURE_ARGS+= --disable-zlib-vcheck
+# clamav shadows gets with a macro, which confuses FORTIFY. Disable
+# until resolved.
+PKGSRC_USE_FORTIFY=no
+
CHECK_PORTABILITY_SKIP= contrib/* unit_tests/* win32/*
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index