pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/memtest86 memtest86: don't use ssp/fortify, l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b21a3fdb7456
branches:  trunk
changeset: 374786:b21a3fdb7456
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Jan 29 12:16:29 2018 +0000

description:
memtest86: don't use ssp/fortify, like memtestplus.

No idea if this works, it doesn't build on netbsd.

diffstat:

 sysutils/memtest86/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r ea68632de264 -r b21a3fdb7456 sysutils/memtest86/Makefile
--- a/sysutils/memtest86/Makefile       Mon Jan 29 11:52:42 2018 +0000
+++ b/sysutils/memtest86/Makefile       Mon Jan 29 12:16:29 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2017/09/03 08:53:15 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2018/01/29 12:16:29 maya Exp $
 #
 
 DISTNAME=              memtest86-4.0
@@ -17,6 +17,9 @@
 
 ONLY_FOR_PLATFORM=     NetBSD-*-i386 Linux-*-i386
 
+FORTIFY_SUPPORTED=     no
+SSP_SUPPORTED=         no
+
 USE_TOOLS+=            gmake
 
 do-install:



Home | Main Index | Thread Index | Old Index