pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/grub2
Module Name: pkgsrc
Committed By: nia
Date: Tue Nov 9 10:21:35 UTC 2021
Modified Files:
pkgsrc/sysutils/grub2: Makefile
Log Message:
grub2: disable MKPIE and RELRO
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/grub2/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/grub2/Makefile
diff -u pkgsrc/sysutils/grub2/Makefile:1.25 pkgsrc/sysutils/grub2/Makefile:1.26
--- pkgsrc/sysutils/grub2/Makefile:1.25 Mon May 24 19:54:11 2021
+++ pkgsrc/sysutils/grub2/Makefile Tue Nov 9 10:21:35 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2021/05/24 19:54:11 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2021/11/09 10:21:35 nia Exp $
DISTNAME= grub-2.04
PKGNAME= ${DISTNAME:S/grub/grub2/}
@@ -18,6 +18,8 @@ ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64
SSP_SUPPORTED= no
FORTIFY_SUPPORTED= no
+MKPIE_SUPPORTED= no
+RELRO_SUPPORTED= no
USE_LANGUAGES+= c c++
USE_TOOLS+= gmake flex bison gettext:run awk pkg-config
Home |
Main Index |
Thread Index |
Old Index