pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/memtest86



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jan 29 12:16:29 UTC 2018

Modified Files:
        pkgsrc/sysutils/memtest86: Makefile

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/memtest86/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/memtest86/Makefile
diff -u pkgsrc/sysutils/memtest86/Makefile:1.26 pkgsrc/sysutils/memtest86/Makefile:1.27
--- pkgsrc/sysutils/memtest86/Makefile:1.26     Sun Sep  3 08:53:15 2017
+++ pkgsrc/sysutils/memtest86/Makefile  Mon Jan 29 12:16:29 2018
@@ -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 @@ LICENSE=              gnu-gpl-v2
 
 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