git: 3e57acb02d8b - main - shells/ksh93: mark as PIE_UNSAFE

From: Olivier Cochard <olivier_at_FreeBSD.org>
Date: Wed, 30 Apr 2025 21:26:40 UTC
The branch main has been updated by olivier:

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

commit 3e57acb02d8b562b1bd936eea192b6b986aac353
Author:     Olivier Cochard <olivier@FreeBSD.org>
AuthorDate: 2025-04-30 21:24:49 +0000
Commit:     Olivier Cochard <olivier@FreeBSD.org>
CommitDate: 2025-04-30 21:24:49 +0000

    shells/ksh93: mark as PIE_UNSAFE
    
    PR:             286437
    Approved by:    cy (maintainer)
    Sponsored by:   Netflix
---
 shells/ksh93/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile
index 7933d31a94b1..5411b27b91ca 100644
--- a/shells/ksh93/Makefile
+++ b/shells/ksh93/Makefile
@@ -46,6 +46,8 @@ CFLAGS+=	-DMAP_TYPE
 LDFLAGS+=	-lm
 MAKE_ENV=	CCFLAGS="-Wno-unused-value -Wno-parentheses -Wno-logical-op-parentheses -Wno-int-conversion" CFLAGS="${CFLAGS}"
 
+PIE_UNSAFE=	yes
+
 STATIC_MAKE_ENV=	LDFLAGS+=-static
 
 KSH_PLIST_SUB=		93=""