From 66ab465f4d1552884557c68a1fb6efe8e7d8372b Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Fri, 13 Dec 2024 11:18:52 +0300 Subject: [PATCH] sysutils/grub2-bhyve: mark as PIE_UNSAFE (+) Reported by: bulk -t Approved by: portmgr (blanket) Sponsored by: Future Crew, LLC --- sysutils/grub2-bhyve/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sysutils/grub2-bhyve/Makefile b/sysutils/grub2-bhyve/Makefile index a50ecaedb7a3..e0b8866ce671 100644 --- a/sysutils/grub2-bhyve/Makefile +++ b/sysutils/grub2-bhyve/Makefile @@ -25,6 +25,7 @@ GH_ACCOUNT= grehan-freebsd USES= bison gmake USE_GCC= yes:build PLIST_FILES= sbin/grub-bhyve +PIE_UNSAFE= yes MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-platform=emu CPP="" LEX=${LOCALBASE}/bin/flex \