pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/sendfile
Module Name: pkgsrc
Committed By: nia
Date: Mon Dec 27 10:06:31 UTC 2021
Modified Files:
pkgsrc/net/sendfile: Makefile
Log Message:
sendfile: fails to build with SSP/FORTIFY
let's hope this code isn't a pile of buffer overflows...
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/net/sendfile/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/sendfile/Makefile
diff -u pkgsrc/net/sendfile/Makefile:1.38 pkgsrc/net/sendfile/Makefile:1.39
--- pkgsrc/net/sendfile/Makefile:1.38 Sun Jan 26 17:31:55 2020
+++ pkgsrc/net/sendfile/Makefile Mon Dec 27 10:06:31 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2020/01/26 17:31:55 rillig Exp $
+# $NetBSD: Makefile,v 1.39 2021/12/27 10:06:31 nia Exp $
#
DISTNAME= sendfile-2.1b
@@ -21,6 +21,10 @@ EGDIR= ${PREFIX}/share/examples/sendfil
CONF_FILES= ${EGDIR}/sendfile.cf ${PKG_SYSCONFDIR}/sendfile.cf
CONF_FILES+= ${EGDIR}/sendfile.deny ${PKG_SYSCONFDIR}/sendfile.deny
+# nasty macro snprintf usage
+SSP_SUPPORTED= no
+FORTIFY_SUPPORTED= no
+
OVERRIDE_GNU_CONFIG_SCRIPTS= yes
post-configure:
Home |
Main Index |
Thread Index |
Old Index