pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/oracle-jre8



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Oct  3 10:55:13 UTC 2017

Modified Files:
        pkgsrc/lang/oracle-jre8: Makefile.common

Log Message:
oracle-j*8: fix RELRO packaging

These binary files were built without RELRO support, so disable
the check.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/oracle-jre8/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/oracle-jre8/Makefile.common
diff -u pkgsrc/lang/oracle-jre8/Makefile.common:1.9 pkgsrc/lang/oracle-jre8/Makefile.common:1.10
--- pkgsrc/lang/oracle-jre8/Makefile.common:1.9 Fri Aug 18 13:54:17 2017
+++ pkgsrc/lang/oracle-jre8/Makefile.common     Tue Oct  3 10:55:13 2017
@@ -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 @@ EMUL_PLATFORMS=               darwin-x86_64 linux-i38
 
 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