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:07:32 UTC 2021

Modified Files:
        pkgsrc/net/sendfile: Makefile

Log Message:
sendfile: actually SSP is a red herring, just disable FORTIFY


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 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.39 pkgsrc/net/sendfile/Makefile:1.40
--- pkgsrc/net/sendfile/Makefile:1.39   Mon Dec 27 10:06:31 2021
+++ pkgsrc/net/sendfile/Makefile        Mon Dec 27 10:07:32 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2021/12/27 10:06:31 nia Exp $
+# $NetBSD: Makefile,v 1.40 2021/12/27 10:07:32 nia Exp $
 #
 
 DISTNAME=      sendfile-2.1b
@@ -22,7 +22,6 @@ CONF_FILES=   ${EGDIR}/sendfile.cf ${PKG_S
 CONF_FILES+=   ${EGDIR}/sendfile.deny ${PKG_SYSCONFDIR}/sendfile.deny
 
 # nasty macro snprintf usage
-SSP_SUPPORTED=         no
 FORTIFY_SUPPORTED=     no
 
 OVERRIDE_GNU_CONFIG_SCRIPTS=   yes



Home | Main Index | Thread Index | Old Index