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-{jre, jdk}7: Pre-built binaries do no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/759b47009231
branches:  trunk
changeset: 369751:759b47009231
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Oct 04 10:00:11 2017 +0000

description:
sun-{jre,jdk}7: Pre-built binaries do not support SSP.

diffstat:

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

diffs (20 lines):

diff -r a53fc6a7faf7 -r 759b47009231 lang/sun-jre7/Makefile.common
--- a/lang/sun-jre7/Makefile.common     Wed Oct 04 06:33:08 2017 +0000
+++ b/lang/sun-jre7/Makefile.common     Wed Oct 04 10:00:11 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2017/07/13 12:39:08 wiz Exp $
+# $NetBSD: Makefile.common,v 1.14 2017/10/04 10:00:11 jperkin Exp $
 # used by lang/sun-jre7/Makefile
 # used by lang/sun-jdk7/Makefile
 
@@ -18,8 +18,9 @@
 
 EMUL_PLATFORMS=                linux-i386 linux-x86_64 solaris-i386 solaris-x86_64
 
-# pre-built binaries without RELRO
+# pre-built binaries without RELRO or SSP
 CHECK_RELRO_SUPPORTED= no
+CHECK_SSP_SUPPORTED=   no
 
 USE_TOOLS+=    pax
 



Home | Main Index | Thread Index | Old Index