Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:23:24 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: dbd2ad70f2f4 - main - sysutils/busybox: mark as PIE_UNSAFE (+)
Message-ID:  <202412130823.4BD8NOgt086433@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=dbd2ad70f2f45f3f24aa552079017e03f70760ee

commit dbd2ad70f2f45f3f24aa552079017e03f70760ee
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 08:18:04 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:36 +0000

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

diff --git a/sysutils/busybox/Makefile b/sysutils/busybox/Makefile
index 15f96a86df5f..e4aa64d7b2e3 100644
--- a/sysutils/busybox/Makefile
+++ b/sysutils/busybox/Makefile
@@ -17,6 +17,8 @@ USE_PERL5=	build
 OPTIONS_DEFINE=	DOCS STATIC
 STATIC_LDFLAGS=	-static
 
+PIE_UNSAFE=	yes
+
 .include <bsd.port.options.mk>
 # fix ash crash on arm, see shell/ash.c
 .if ${ARCH} == "armv6"



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