emulators/qemu-user-static: 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 10:51:07 +03:00
parent 76b989a1ef
commit a1bb2663e9
No known key found for this signature in database
GPG key ID: FB8BA09DD5398F29

View file

@ -27,6 +27,8 @@ ELF_FEATURES= +wxneeded:*-bsd-user/qemu-*
USE_RC_SUBR= qemu_user_static USE_RC_SUBR= qemu_user_static
SUB_LIST= NAME=qemu_user_static SUB_LIST= NAME=qemu_user_static
PIE_UNSAFE= yes
# When static linking we have a build dependency on libglib-2.0.a, otherwise # When static linking we have a build dependency on libglib-2.0.a, otherwise
# we use glib20 in the usual way (shared-lib runtime dependency). # we use glib20 in the usual way (shared-lib runtime dependency).
BUILD_DEPENDS+= ${LOCALBASE}/lib/libglib-2.0.a:devel/glib20 BUILD_DEPENDS+= ${LOCALBASE}/lib/libglib-2.0.a:devel/glib20