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:           Mon Mar 13 09:35:15 UTC 2023

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

Log Message:
sun-jre7: 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.18 -r1.19 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.18 pkgsrc/lang/sun-jre7/Makefile.common:1.19
--- pkgsrc/lang/sun-jre7/Makefile.common:1.18   Mon Mar  7 16:42:37 2022
+++ pkgsrc/lang/sun-jre7/Makefile.common        Mon Mar 13 09:35:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2022/03/07 16:42:37 nia Exp $
+# $NetBSD: Makefile.common,v 1.19 2023/03/13 09:35:15 jperkin Exp $
 # used by lang/sun-jre7/Makefile
 # used by lang/sun-jdk7/Makefile
 
@@ -23,6 +23,7 @@ CHECK_RELRO_SUPPORTED=        no
 CHECK_PIE_SUPPORTED=   no
 CHECK_SSP_SUPPORTED=   no
 CTF_SUPPORTED=         no
+STRIP_DEBUG_SUPPORTED= no
 
 USE_TOOLS+=    pax
 



Home | Main Index | Thread Index | Old Index