pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/sun-jre6 sun-{jre, jdk}6: Pre-built binaries do no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d87e1afdef3
branches:  trunk
changeset: 369780:6d87e1afdef3
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Oct 04 16:40:05 2017 +0000

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

diffstat:

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

diffs (17 lines):

diff -r eea54d560e9a -r 6d87e1afdef3 lang/sun-jre6/Makefile.common
--- a/lang/sun-jre6/Makefile.common     Wed Oct 04 16:21:08 2017 +0000
+++ b/lang/sun-jre6/Makefile.common     Wed Oct 04 16:40:05 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2016/03/10 19:20:15 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.22 2017/10/04 16:40:05 jperkin Exp $
 # used by lang/sun-jre6/Makefile
 # used by lang/sun-jdk6/Makefile
 
@@ -83,6 +83,7 @@
 .endif
 
 CHECK_SHLIBS_SUPPORTED=        no
+CHECK_SSP_SUPPORTED=   no
 
 post-fetch:
        @if ${TEST} ! -x ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}; then    \



Home | Main Index | Thread Index | Old Index