git: 66ab465f4d15 - main - sysutils/grub2-bhyve: mark as PIE_UNSAFE (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Dec 2024 08:23:25 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=66ab465f4d1552884557c68a1fb6efe8e7d8372b commit 66ab465f4d1552884557c68a1fb6efe8e7d8372b Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-12-13 08:18:52 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-12-13 08:22:37 +0000 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 \