pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/grub
Module Name: pkgsrc
Committed By: nia
Date: Tue Nov 9 10:24:26 UTC 2021
Modified Files:
pkgsrc/sysutils/grub: Makefile
Log Message:
grub: disable all compiler hardening features
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/sysutils/grub/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/grub/Makefile
diff -u pkgsrc/sysutils/grub/Makefile:1.60 pkgsrc/sysutils/grub/Makefile:1.61
--- pkgsrc/sysutils/grub/Makefile:1.60 Sat Jan 18 23:35:17 2020
+++ pkgsrc/sysutils/grub/Makefile Tue Nov 9 10:24:26 2021
@@ -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 @@ INSTALLATION_DIRS= share/doc/grub
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