git: 2fccd7b8f1d1 - main - devel/glibd: mark as PIE_UNSAFE (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Dec 2024 08:22:53 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=2fccd7b8f1d1c1f19f89064356fb8f68d57ec0b5 commit 2fccd7b8f1d1c1f19f89064356fb8f68d57ec0b5 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-12-13 07:47:43 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-12-13 08:22:18 +0000 devel/glibd: mark as PIE_UNSAFE (+) Reported by: bulk -t Approved by: portmgr (blanket) Sponsored by: Future Crew, LLC --- devel/glibd/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/glibd/Makefile b/devel/glibd/Makefile index 8c5c131c2b06..e6e1f150621b 100644 --- a/devel/glibd/Makefile +++ b/devel/glibd/Makefile @@ -24,4 +24,6 @@ USE_GITHUB= yes GH_ACCOUNT= gtkd-developers GH_PROJECT= GlibD +PIE_UNSAFE= yes + .include <bsd.port.mk>