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:   jperkin
Date:           Mon Mar 13 09:34:39 UTC 2023

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

Log Message:
oracle-jre8: Disable STRIP_DEBUG.

Precompiled binaries built with older SunOS linkers are no longer compatible
with binutils strip since 2.40.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 pkgsrc/lang/oracle-jre8/Makefile.common:1.20
--- pkgsrc/lang/oracle-jre8/Makefile.common:1.19        Wed Feb  2 10:16:52 2022
+++ pkgsrc/lang/oracle-jre8/Makefile.common     Mon Mar 13 09:34:38 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2022/02/02 10:16:52 hauke Exp $
+# $NetBSD: Makefile.common,v 1.20 2023/03/13 09:34:38 jperkin Exp $
 # used by lang/oracle-jre8/Makefile
 # used by lang/oracle-jdk8/Makefile
 
@@ -26,6 +26,7 @@ CHECK_SHLIBS_SUPPORTED=       no
 CHECK_SSP_SUPPORTED=   no
 CTF_SUPPORTED=         no
 MKPIE_SUPPORTED=       no
+STRIP_DEBUG_SUPPORTED= no
 
 # JDK8 Update number
 UPDATE_NUMBER= 202



Home | Main Index | Thread Index | Old Index