summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-12-27 10:06:31 +0000
committernia <nia@pkgsrc.org>2021-12-27 10:06:31 +0000
commitc3e7fac860bb1b4800b317600c6aaf41562590ae (patch)
tree5078e545f09f340f68c36e624728947d123b7714 /net
parent67abe5881edb411942e04e9e344ed28774db3ed4 (diff)
downloadpkgsrc-c3e7fac860bb1b4800b317600c6aaf41562590ae.tar.gz
sendfile: fails to build with SSP/FORTIFY
let's hope this code isn't a pile of buffer overflows...
Diffstat (limited to 'net')
-rw-r--r--net/sendfile/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/sendfile/Makefile b/net/sendfile/Makefile
index f3c95f9f264..2f85e1fb75a 100644
--- a/net/sendfile/Makefile
+++ b/net/sendfile/Makefile
@@ -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/sendfile
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: