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:   jperkin
Date:           Wed Oct  4 10:00:11 UTC 2017

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/lang/sun-jre7/Makefile.common:1.14
--- pkgsrc/lang/sun-jre7/Makefile.common:1.13   Thu Jul 13 12:39:08 2017
+++ pkgsrc/lang/sun-jre7/Makefile.common        Wed Oct  4 10:00:11 2017
@@ -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 @@ NO_BIN_ON_FTP=        ${RESTRICTED}
 
 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