From aea6581d2b03e7462631800ff6963d2be605f8a4 Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Fri, 13 Dec 2024 11:17:16 +0300 Subject: [PATCH] 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