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