summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2024-12-13 10:51:07 +0300
committerDima Panov <fluffy@FreeBSD.org>2024-12-13 11:22:22 +0300
commita1bb2663e914492f0342f59953c43f00a4fa20ee (patch)
tree862ceeae02537c9de2d27151f45170d0b0edf251
parentemulators/dosbox: mark as PIE_UNSAFE (+) (diff)
emulators/qemu-user-static: mark as PIE_UNSAFE (+)
Reported by: bulk -t Approved by: portmgr (blanket) Sponsored by: Future Crew, LLC
-rw-r--r--emulators/qemu-user-static/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/qemu-user-static/Makefile b/emulators/qemu-user-static/Makefile
index ddb9ebef1478..02ab9e4f2c05 100644
--- a/emulators/qemu-user-static/Makefile
+++ b/emulators/qemu-user-static/Makefile
@@ -27,6 +27,8 @@ ELF_FEATURES= +wxneeded:*-bsd-user/qemu-*
USE_RC_SUBR= 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
# we use glib20 in the usual way (shared-lib runtime dependency).
BUILD_DEPENDS+= ${LOCALBASE}/lib/libglib-2.0.a:devel/glib20