From c95157544337504e292cead2c2d0604fe95ff0c7 Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Fri, 13 Dec 2024 11:15:04 +0300 Subject: [PATCH] shells/bash-static: mark as PIE_UNSAFE (+) Reported by: bulk -t Approved by: portmgr (blanket) Sponsored by: Future Crew, LLC --- shells/bash-static/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shells/bash-static/Makefile b/shells/bash-static/Makefile index 9834da0121db..e3a84b074e66 100644 --- a/shells/bash-static/Makefile +++ b/shells/bash-static/Makefile @@ -4,4 +4,6 @@ OPTIONS_SLAVE= STATIC PKGNAMESUFFIX= -static +PIE_UNSAFE= yes + .include "${MASTERDIR}/Makefile"