pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2022Q1] pkgsrc/lang/gcc6
Module Name: pkgsrc
Committed By: spz
Date: Sun Jun 5 13:25:24 UTC 2022
Modified Files:
pkgsrc/lang/gcc6 [pkgsrc-2022Q1]: Makefile
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.35.2.1 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.35.2.1
--- pkgsrc/lang/gcc6/Makefile:1.35 Thu Mar 10 16:43:11 2022
+++ pkgsrc/lang/gcc6/Makefile Sun Jun 5 13:25:24 2022
@@ -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 @@ 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