Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:23:01 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: 0de24f92a153 - main - emulators/qemu-user-static-devel: mark as PIE_UNSAFE (+)
Message-ID:  <202412130823.4BD8N1RZ085410@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=0de24f92a1537613ef60d971a3eee140687a6a88

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

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

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 \



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