pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc6 gcc6: workaround: get this at least building...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9386ec5d6c38
branches:  trunk
changeset: 379662:9386ec5d6c38
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat May 21 12:21:43 2022 +0000

description:
gcc6: workaround: get this at least building by disabling RELRO

diffstat:

 lang/gcc6/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e9bd37d4cee2 -r 9386ec5d6c38 lang/gcc6/Makefile
--- a/lang/gcc6/Makefile        Sat May 21 11:59:35 2022 +0000
+++ b/lang/gcc6/Makefile        Sat May 21 12:21:43 2022 +0000
@@ -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 @@
 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