pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/sun-jre7 sun-jre7: PIE checks not supported



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad68372665e8
branches:  trunk
changeset: 375106:ad68372665e8
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Mar 07 16:42:37 2022 +0000

description:
sun-jre7: PIE checks not supported

diffstat:

 lang/sun-jre7/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6ccde396a99d -r ad68372665e8 lang/sun-jre7/Makefile.common
--- a/lang/sun-jre7/Makefile.common     Mon Mar 07 16:41:30 2022 +0000
+++ b/lang/sun-jre7/Makefile.common     Mon Mar 07 16:42:37 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2019/11/03 19:04:09 rillig Exp $
+# $NetBSD: Makefile.common,v 1.18 2022/03/07 16:42:37 nia Exp $
 # used by lang/sun-jre7/Makefile
 # used by lang/sun-jdk7/Makefile
 
@@ -20,6 +20,7 @@
 
 # pre-built binaries without RELRO or SSP
 CHECK_RELRO_SUPPORTED= no
+CHECK_PIE_SUPPORTED=   no
 CHECK_SSP_SUPPORTED=   no
 CTF_SUPPORTED=         no
 



Home | Main Index | Thread Index | Old Index