pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/memtestplus memtestplus: Use {FORTIFY, SSP}_SU...
details: https://anonhg.NetBSD.org/pkgsrc/rev/adf6e759c89c
branches: trunk
changeset: 374067:adf6e759c89c
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Mon Jan 15 09:50:47 2018 +0000
description:
memtestplus: Use {FORTIFY,SSP}_SUPPORTED.
diffstat:
sysutils/memtestplus/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 25aa66e27ef1 -r adf6e759c89c sysutils/memtestplus/Makefile
--- a/sysutils/memtestplus/Makefile Mon Jan 15 09:49:03 2018 +0000
+++ b/sysutils/memtestplus/Makefile Mon Jan 15 09:50:47 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2017/07/07 22:44:26 pgoyette Exp $
+# $NetBSD: Makefile,v 1.22 2018/01/15 09:50:47 jperkin Exp $
#
# Note -- version number also in the do-install rule
@@ -18,8 +18,8 @@
ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i386 NetBSD-*-x86_64 Linux-*-x86_64
-PKGSRC_USE_FORTIFY=no
-PKGSRC_USE_SSP=no
+FORTIFY_SUPPORTED= no
+SSP_SUPPORTED= no
.include "../../mk/bsd.prefs.mk"
.if !empty(MACHINE_PLATFORM:MNetBSD-5.*)
Home |
Main Index |
Thread Index |
Old Index