mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
sysutils/busybox: mark as PIE_UNSAFE (+)
Reported by: bulk -t Approved by: portmgr (blanket) Sponsored by: Future Crew, LLC
This commit is contained in:
parent
aea6581d2b
commit
dbd2ad70f2
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue