git: dbd2ad70f2f4 - main - sysutils/busybox: mark as PIE_UNSAFE (+)

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Fri, 13 Dec 2024 08:23:24 UTC
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dbd2ad70f2f45f3f24aa552079017e03f70760ee

commit dbd2ad70f2f45f3f24aa552079017e03f70760ee
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 08:18:04 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:36 +0000

    sysutils/busybox: mark as PIE_UNSAFE (+)
    
    Reported by:    bulk -t
    
    Approved by:    portmgr (blanket)
    
    Sponsored by:   Future Crew, LLC
---
 sysutils/busybox/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sysutils/busybox/Makefile b/sysutils/busybox/Makefile
index 15f96a86df5f..e4aa64d7b2e3 100644
--- a/sysutils/busybox/Makefile
+++ b/sysutils/busybox/Makefile
@@ -17,6 +17,8 @@ USE_PERL5=	build
 OPTIONS_DEFINE=	DOCS STATIC
 STATIC_LDFLAGS=	-static
 
+PIE_UNSAFE=	yes
+
 .include <bsd.port.options.mk>
 # fix ash crash on arm, see shell/ash.c
 .if ${ARCH} == "armv6"