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: wiz
Date: Thu Jul 13 12:39:08 UTC 2017
Modified Files:
pkgsrc/lang/sun-jre7: Makefile.common
Log Message:
Disable RELRO check.
Not useful for pre-built binaries.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 pkgsrc/lang/sun-jre7/Makefile.common:1.13
--- pkgsrc/lang/sun-jre7/Makefile.common:1.12 Wed Aug 10 22:26:46 2016
+++ pkgsrc/lang/sun-jre7/Makefile.common Thu Jul 13 12:39:08 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2016/08/10 22:26:46 abs Exp $
+# $NetBSD: Makefile.common,v 1.13 2017/07/13 12:39:08 wiz Exp $
# used by lang/sun-jre7/Makefile
# used by lang/sun-jdk7/Makefile
@@ -18,6 +18,9 @@ NO_BIN_ON_FTP= ${RESTRICTED}
EMUL_PLATFORMS= linux-i386 linux-x86_64 solaris-i386 solaris-x86_64
+# pre-built binaries without RELRO
+CHECK_RELRO_SUPPORTED= no
+
USE_TOOLS+= pax
# JDK7 Update number
Home |
Main Index |
Thread Index |
Old Index