Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:22:59 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a1bb2663e914 - main - emulators/qemu-user-static: mark as PIE_UNSAFE (+)
Message-ID:  <202412130822.4BD8MxIP085361@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a1bb2663e914492f0342f59953c43f00a4fa20ee

commit a1bb2663e914492f0342f59953c43f00a4fa20ee
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 07:51:07 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:22 +0000

    emulators/qemu-user-static: mark as PIE_UNSAFE (+)
    
    Reported by:    bulk -t
    
    Approved by:    portmgr (blanket)
    
    Sponsored by:   Future Crew, LLC
---
 emulators/qemu-user-static/Makefile | 2 ++
 1 file changed, 2 insertions(+)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412130822.4BD8MxIP085361>