pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/oracle-jre8 oracle-j*8: fix RELRO packaging
details: https://anonhg.NetBSD.org/pkgsrc/rev/f67a3ce494c8
branches: trunk
changeset: 369705:f67a3ce494c8
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Oct 03 10:55:13 2017 +0000
description:
oracle-j*8: fix RELRO packaging
These binary files were built without RELRO support, so disable
the check.
diffstat:
lang/oracle-jre8/Makefile.common | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 1c3f9bfef9df -r f67a3ce494c8 lang/oracle-jre8/Makefile.common
--- a/lang/oracle-jre8/Makefile.common Tue Oct 03 09:50:12 2017 +0000
+++ b/lang/oracle-jre8/Makefile.common Tue Oct 03 10:55:13 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2017/08/18 13:54:17 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.10 2017/10/03 10:55:13 wiz Exp $
# used by lang/oracle-jre8/Makefile
# used by lang/oracle-jdk8/Makefile
@@ -20,6 +20,9 @@
USE_TOOLS+= pax
+# pre-built binaries without RELRO
+CHECK_RELRO_SUPPORTED= no
+
# JDK8 Update number
UPDATE_NUMBER= 144
Home |
Main Index |
Thread Index |
Old Index