pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/memtestplus Disable SSP and FORTIFY - it does...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b898b8a213e
branches:  trunk
changeset: 364963:4b898b8a213e
user:      pgoyette <pgoyette%pkgsrc.org@localhost>
date:      Fri Jul 07 22:44:26 2017 +0000

description:
Disable SSP and FORTIFY - it doesn't seem to play well with stand-alone
tools!

Thanks wiz for identifying the build problem.

diffstat:

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

diffs (19 lines):

diff -r 8d3d7a9ba30f -r 4b898b8a213e sysutils/memtestplus/Makefile
--- a/sysutils/memtestplus/Makefile     Fri Jul 07 21:26:06 2017 +0000
+++ b/sysutils/memtestplus/Makefile     Fri Jul 07 22:44:26 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2015/03/21 02:18:39 tnn Exp $
+# $NetBSD: Makefile,v 1.21 2017/07/07 22:44:26 pgoyette Exp $
 #
 
 # Note -- version number also in the do-install rule
@@ -18,6 +18,9 @@
 
 ONLY_FOR_PLATFORM=     NetBSD-*-i386 Linux-*-i386 NetBSD-*-x86_64 Linux-*-x86_64
 
+PKGSRC_USE_FORTIFY=no
+PKGSRC_USE_SSP=no
+
 .include "../../mk/bsd.prefs.mk"
 .if !empty(MACHINE_PLATFORM:MNetBSD-5.*)
 GCC_REQD+=             4.6



Home | Main Index | Thread Index | Old Index