pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang gcc*-aux: disable hardening for ada compilers



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25da3539a178
branches:  trunk
changeset: 375246:25da3539a178
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Mar 10 16:40:30 2022 +0000

description:
gcc*-aux: disable hardening for ada compilers

diffstat:

 lang/gcc-aux/Makefile  |  5 ++++-
 lang/gcc5-aux/Makefile |  3 ++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 7f922fda341f -r 25da3539a178 lang/gcc-aux/Makefile
--- a/lang/gcc-aux/Makefile     Thu Mar 10 16:32:25 2022 +0000
+++ b/lang/gcc-aux/Makefile     Thu Mar 10 16:40:30 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2021/05/24 19:52:30 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2022/03/10 16:40:30 nia Exp $
 
 PKGNAME=       gcc-aux-${SNAPSHOT}
 PKGREVISION=   6
@@ -16,6 +16,9 @@
 USE_TOOLS+=    gmake sed:run perl makeinfo bzip2 patch pod2man tar
 APPLY_DIFFS=   core ada cxx
 
+RELRO_SUPPORTED=       no
+MKPIE_SUPPORTED=       no
+
 .include "Makefile.version"
 .include "Makefile.testsuite"
 .include "../../mk/bsd.prefs.mk"
diff -r 7f922fda341f -r 25da3539a178 lang/gcc5-aux/Makefile
--- a/lang/gcc5-aux/Makefile    Thu Mar 10 16:32:25 2022 +0000
+++ b/lang/gcc5-aux/Makefile    Thu Mar 10 16:40:30 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2021/11/06 09:33:37 nia Exp $
+# $NetBSD: Makefile,v 1.16 2022/03/10 16:40:30 nia Exp $
 
 PKGNAME=       gcc5-aux-${SNAPSHOT}
 PKGREVISION=   ${MAIN_PR}
@@ -16,6 +16,7 @@
 USE_TOOLS+=    gmake sed:run perl makeinfo bzip2 patch pod2man tar
 APPLY_DIFFS=   core ada cxx
 
+MKPIE_SUPPORTED=       no
 RELRO_SUPPORTED=       no
 
 NOT_PAX_MPROTECT_SAFE+=        gcc5-aux/bin/gnatmake



Home | Main Index | Thread Index | Old Index