pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/sun-jre7



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Mar  7 16:42:37 UTC 2022

Modified Files:
        pkgsrc/lang/sun-jre7: Makefile.common

Log Message:
sun-jre7: PIE checks not supported


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/sun-jre7/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/sun-jre7/Makefile.common
diff -u pkgsrc/lang/sun-jre7/Makefile.common:1.17 pkgsrc/lang/sun-jre7/Makefile.common:1.18
--- pkgsrc/lang/sun-jre7/Makefile.common:1.17   Sun Nov  3 19:04:09 2019
+++ pkgsrc/lang/sun-jre7/Makefile.common        Mon Mar  7 16:42:37 2022
@@ -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 @@ EMUL_PLATFORMS=               linux-i386 linux-x86_64
 
 # 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