pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/benchmarks/super_pi
Module Name: pkgsrc
Committed By: wiz
Date: Mon Feb 28 10:01:18 UTC 2022
Modified Files:
pkgsrc/benchmarks/super_pi: Makefile
Log Message:
super_pi: binary - no relro, no pie
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/benchmarks/super_pi/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/benchmarks/super_pi/Makefile
diff -u pkgsrc/benchmarks/super_pi/Makefile:1.4 pkgsrc/benchmarks/super_pi/Makefile:1.5
--- pkgsrc/benchmarks/super_pi/Makefile:1.4 Sat Sep 23 13:15:28 2017
+++ pkgsrc/benchmarks/super_pi/Makefile Mon Feb 28 10:01:18 2022
@@ -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 @@ INSTALLATION_DIRS= bin
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