pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/grub2 grub2: disable MKPIE and RELRO



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62a730bbbcd1
branches:  trunk
changeset: 769171:62a730bbbcd1
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Nov 09 10:21:35 2021 +0000

description:
grub2: disable MKPIE and RELRO

diffstat:

 sysutils/grub2/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 833e14f5741a -r 62a730bbbcd1 sysutils/grub2/Makefile
--- a/sysutils/grub2/Makefile   Tue Nov 09 10:17:18 2021 +0000
+++ b/sysutils/grub2/Makefile   Tue Nov 09 10:21:35 2021 +0000
@@ -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 @@
 
 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