diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2024-12-13 10:51:27 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2024-12-13 11:22:22 +0300 |
commit | 0de24f92a1537613ef60d971a3eee140687a6a88 (patch) | |
tree | e8888e300bafbdda510ee9c22af8179d191468d2 /emulators/qemu-user-static-devel | |
parent | emulators/qemu-user-static: mark as PIE_UNSAFE (+) (diff) |
emulators/qemu-user-static-devel: mark as PIE_UNSAFE (+)
Reported by: bulk -t
Approved by: portmgr (blanket)
Sponsored by: Future Crew, LLC
Diffstat (limited to 'emulators/qemu-user-static-devel')
-rw-r--r-- | emulators/qemu-user-static-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/qemu-user-static-devel/Makefile b/emulators/qemu-user-static-devel/Makefile index cc9cb0c72d8e..741b725056d0 100644 --- a/emulators/qemu-user-static-devel/Makefile +++ b/emulators/qemu-user-static-devel/Makefile @@ -35,6 +35,8 @@ USE_PERL5= build USE_RC_SUBR= qemu_user_static SUB_LIST= NAME=qemu_user_static +PIE_UNSAFE= yes + MAKE_ENV= BSD_MAKE="${MAKE}" V=1 CONFIGURE_ARGS= --prefix=${PREFIX} --cc=${CC} \ --localstatedir=/var \ |