summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspz <spz@pkgsrc.org>2022-06-05 13:25:24 +0000
committerspz <spz@pkgsrc.org>2022-06-05 13:25:24 +0000
commit110f942d4716fa2824dd8b36a63b604a11cbae0e (patch)
tree1759cc033f8be490699829ddcf898c37cc188ea9
parent6f8ca022083f48a390a68b9a4813775ade98ad26 (diff)
downloadpkgsrc-110f942d4716fa2824dd8b36a63b604a11cbae0e.tar.gz
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
-rw-r--r--lang/gcc6/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gcc6/Makefile b/lang/gcc6/Makefile
index ba9c09185ed..20259576955 100644
--- a/lang/gcc6/Makefile
+++ b/lang/gcc6/Makefile
@@ -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 gnu-lgpl-v2 AND gnu-lgpl-v3
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/*