pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2022Q1]: pkgsrc/lang/gcc6 Pullup ticket #6642 - requested by nia
details: https://anonhg.NetBSD.org/pkgsrc/rev/60b68faeee99
branches: pkgsrc-2022Q1
changeset: 380380:60b68faeee99
user: spz <spz%pkgsrc.org@localhost>
date: Sun Jun 05 13:25:24 2022 +0000
description:
Pullup ticket #6642 - requested by nia
lang/gcc6: build fix
Revisions pulled up:
- lang/gcc6/Makefile 1.36
-------------------------------------------------------------------
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
diffstat:
lang/gcc6/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 231900765e55 -r 60b68faeee99 lang/gcc6/Makefile
--- a/lang/gcc6/Makefile Sun Jun 05 10:42:39 2022 +0000
+++ b/lang/gcc6/Makefile Sun Jun 05 13:25:24 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2022/03/10 16:43:11 nia Exp $
+# $NetBSD: Makefile,v 1.35.2.1 2022/06/05 13:25:24 spz 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