sysutils/busybox: mark as PIE_UNSAFE (+)

Reported by:	bulk -t

Approved by:	portmgr (blanket)

Sponsored by:	Future Crew, LLC
This commit is contained in:
Dima Panov 2024-12-13 11:18:04 +03:00
parent aea6581d2b
commit dbd2ad70f2
No known key found for this signature in database
GPG key ID: FB8BA09DD5398F29

View file

@ -17,6 +17,8 @@ USE_PERL5= build
OPTIONS_DEFINE= DOCS STATIC OPTIONS_DEFINE= DOCS STATIC
STATIC_LDFLAGS= -static STATIC_LDFLAGS= -static
PIE_UNSAFE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
# fix ash crash on arm, see shell/ash.c # fix ash crash on arm, see shell/ash.c
.if ${ARCH} == "armv6" .if ${ARCH} == "armv6"