pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/benchmarks/super_pi super_pi: binary - no relro, no pie
details: https://anonhg.NetBSD.org/pkgsrc/rev/3c9496c81983
branches: trunk
changeset: 374828:3c9496c81983
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Feb 28 10:01:18 2022 +0000
description:
super_pi: binary - no relro, no pie
diffstat:
benchmarks/super_pi/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 2917d51fd867 -r 3c9496c81983 benchmarks/super_pi/Makefile
--- a/benchmarks/super_pi/Makefile Mon Feb 28 10:00:10 2022 +0000
+++ b/benchmarks/super_pi/Makefile Mon Feb 28 10:01:18 2022 +0000
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/09/23 13:15:28 tnn Exp $
-#
+# $NetBSD: Makefile,v 1.5 2022/02/28 10:01:18 wiz Exp $
DISTNAME= super_pi
PKGNAME= super_pi-20030927
@@ -23,6 +22,9 @@
EMUL_PLATFORMS= linux-i386
EMUL_MODULES.linux= base
+CHECK_PIE_SUPPORTED= no
+CHECK_RELRO_SUPPORTED= no
+
WRKSRC= ${WRKDIR}
do-build:
Home |
Main Index |
Thread Index |
Old Index