pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Mark a few GCC packages unsupported by RELRO.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95cec19a9f74
branches:  trunk
changeset: 769001:95cec19a9f74
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Nov 06 09:33:37 2021 +0000

description:
Mark a few GCC packages unsupported by RELRO.

diffstat:

 lang/gcc5-aux/Makefile |  4 +++-
 lang/gcc6-aux/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 2cb452d7d6b2 -r 95cec19a9f74 lang/gcc5-aux/Makefile
--- a/lang/gcc5-aux/Makefile    Sat Nov 06 08:52:45 2021 +0000
+++ b/lang/gcc5-aux/Makefile    Sat Nov 06 09:33:37 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/04/29 20:33:28 maya Exp $
+# $NetBSD: Makefile,v 1.15 2021/11/06 09:33:37 nia Exp $
 
 PKGNAME=       gcc5-aux-${SNAPSHOT}
 PKGREVISION=   ${MAIN_PR}
@@ -16,6 +16,8 @@
 USE_TOOLS+=    gmake sed:run perl makeinfo bzip2 patch pod2man tar
 APPLY_DIFFS=   core ada cxx
 
+RELRO_SUPPORTED=       no
+
 NOT_PAX_MPROTECT_SAFE+=        gcc5-aux/bin/gnatmake
 
 .include "Makefile.version"
diff -r 2cb452d7d6b2 -r 95cec19a9f74 lang/gcc6-aux/Makefile
--- a/lang/gcc6-aux/Makefile    Sat Nov 06 08:52:45 2021 +0000
+++ b/lang/gcc6-aux/Makefile    Sat Nov 06 09:33:37 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2021/04/02 16:30:09 nia Exp $
+# $NetBSD: Makefile,v 1.9 2021/11/06 09:33:37 nia Exp $
 
 PKGNAME=       gcc6-aux-${SNAPSHOT}
 PKGREVISION=   ${MAIN_PR}
@@ -16,6 +16,8 @@
 USE_TOOLS+=    gmake sed:run perl makeinfo bzip2 patch pod2man tar
 APPLY_DIFFS=   core ada cxx
 
+RELRO_SUPPORTED=       no
+
 .include "Makefile.version"
 .include "../../mk/bsd.prefs.mk"
 .include "options.mk"



Home | Main Index | Thread Index | Old Index