pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/grub grub: disable all compiler hardening fea...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9114b126744b
branches: trunk
changeset: 769172:9114b126744b
user: nia <nia%pkgsrc.org@localhost>
date: Tue Nov 09 10:24:26 2021 +0000
description:
grub: disable all compiler hardening features
diffstat:
sysutils/grub/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 62a730bbbcd1 -r 9114b126744b sysutils/grub/Makefile
--- a/sysutils/grub/Makefile Tue Nov 09 10:21:35 2021 +0000
+++ b/sysutils/grub/Makefile Tue Nov 09 10:24:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2020/01/18 23:35:17 rillig Exp $
+# $NetBSD: Makefile,v 1.61 2021/11/09 10:24:26 nia Exp $
DISTNAME= grub-0.97
PKGREVISION= 10
@@ -22,6 +22,11 @@
BUILDLINK_TRANSFORM+= opt:-fno-builtin:-ffreestanding
+SSP_SUPPORTED= no
+FORTIFY_SUPPORTED= no
+MKPIE_SUPPORTED= no
+RELRO_SUPPORTED= no
+
.include "../../mk/bsd.prefs.mk"
BUILD_DEFS+= GRUB_NETWORK_CARDS
Home |
Main Index |
Thread Index |
Old Index