diff options
author | wiz <wiz@pkgsrc.org> | 2022-02-28 10:01:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-02-28 10:01:18 +0000 |
commit | f16fefd746a5f15d378c15d3491a583be8e4dd44 (patch) | |
tree | ea25a781af995a183a5efc8b300393dd4c356416 /benchmarks | |
parent | 9ded15541a547dddb4943a9fd051ae39dec4c92b (diff) | |
download | pkgsrc-f16fefd746a5f15d378c15d3491a583be8e4dd44.tar.gz |
super_pi: binary - no relro, no pie
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/super_pi/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/benchmarks/super_pi/Makefile b/benchmarks/super_pi/Makefile index 53becec1c04..62f134bea6f 100644 --- a/benchmarks/super_pi/Makefile +++ b/benchmarks/super_pi/Makefile @@ -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: |