git: c95157544337 - main - shells/bash-static: mark as PIE_UNSAFE (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Dec 2024 08:23:21 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=c95157544337504e292cead2c2d0604fe95ff0c7 commit c95157544337504e292cead2c2d0604fe95ff0c7 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-12-13 08:15:04 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-12-13 08:22:34 +0000 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"