summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorpgoyette <pgoyette@pkgsrc.org>2017-07-07 22:44:26 +0000
committerpgoyette <pgoyette@pkgsrc.org>2017-07-07 22:44:26 +0000
commitf39ad5375e6c081a911eaf8d7b9d823c246486b7 (patch)
tree14f8f43dab424481c634d80c1f9e674e7b018376 /sysutils
parente5a3f91112f9d9cb5fd2e007db36ba71e3da20ef (diff)
downloadpkgsrc-f39ad5375e6c081a911eaf8d7b9d823c246486b7.tar.gz
Disable SSP and FORTIFY - it doesn't seem to play well with stand-alone
tools! Thanks wiz for identifying the build problem.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/memtestplus/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/memtestplus/Makefile b/sysutils/memtestplus/Makefile
index ccfc4c3cf1f..cfc83e25e7c 100644
--- a/sysutils/memtestplus/Makefile
+++ b/sysutils/memtestplus/Makefile
@@ -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 @@ LICENSE= gnu-gpl-v2
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