git: aea6581d2b03 - main - shells/oksh: mark as PIE_UNSAFE (+)

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Fri, 13 Dec 2024 08:23:23 UTC
The branch main has been updated by fluffy:

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

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

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

diff --git a/shells/oksh/Makefile b/shells/oksh/Makefile
index e0bf35b8704c..fd8b5506c393 100644
--- a/shells/oksh/Makefile
+++ b/shells/oksh/Makefile
@@ -25,6 +25,8 @@ PLIST=			/dev/null
 PLIST_FILES=		"@shell /rescue/oksh"
 .endif
 
+PIE_UNSAFE=	yes
+
 OPTIONS_DEFINE=		CURSES SMALL
 OPTIONS_DEFAULT=	CURSES