Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:23:22 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: 06cbfc93c7a5 - main - shells/ksh: mark as PIE_UNSAFE (+)
Message-ID:  <202412130823.4BD8NMTr086331@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=06cbfc93c7a51dee683c40bd04d4efcb84934150

commit 06cbfc93c7a51dee683c40bd04d4efcb84934150
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 08:16:09 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:35 +0000

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

diff --git a/shells/ksh/Makefile b/shells/ksh/Makefile
index 312f7dcbe059..13cc03505052 100644
--- a/shells/ksh/Makefile
+++ b/shells/ksh/Makefile
@@ -25,6 +25,8 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	ksh93
 GH_PROJECT=	ksh
 
+PIE_UNSAFE=	yes
+
 # IMPORTANT:	Disabling conflicts, i.e. -DDISABLE_CONFLICTS will result in
 #		arcane build failures due to already installed ksh/ksh93 in
 #		$PATH.



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