pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc6



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat May 21 12:21:44 UTC 2022

Modified Files:
        pkgsrc/lang/gcc6: Makefile

Log Message:
gcc6: workaround: get this at least building by disabling RELRO


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/lang/gcc6/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/gcc6/Makefile
diff -u pkgsrc/lang/gcc6/Makefile:1.35 pkgsrc/lang/gcc6/Makefile:1.36
--- pkgsrc/lang/gcc6/Makefile:1.35      Thu Mar 10 16:43:11 2022
+++ pkgsrc/lang/gcc6/Makefile   Sat May 21 12:21:43 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2022/03/10 16:43:11 nia Exp $
+# $NetBSD: Makefile,v 1.36 2022/05/21 12:21:43 nia Exp $
 
 GCC_PKGNAME=           gcc6
 .include               "version.mk"
@@ -21,6 +21,8 @@ LICENSE=      gnu-gpl-v2 AND gnu-gpl-v3 AND g
 DISTFILES=             ${DEFAULT_DISTFILES}
 EXTRACT_ONLY=          ${DEFAULT_DISTFILES}
 
+# RELRO not applied correctly (needs investigation)
+RELRO_SUPPORTED=       no
 # Relocations result in a linker error on AArch64, but not x86.
 MKPIE_SUPPORTED=       no
 CHECK_RELRO_SKIP+=     ${GCC_PKGNAME}/lib/*



Home | Main Index | Thread Index | Old Index