git: 27d632110931 - main - Mk/bsd.options.desc.mk: Add NOASLR
Date: Sat, 07 Oct 2023 11:01:09 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=27d6321109319aa95bb3c654f259d4d12e844969 commit 27d6321109319aa95bb3c654f259d4d12e844969 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-10-07 10:48:48 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-10-07 11:00:34 +0000 Mk/bsd.options.desc.mk: Add NOASLR As we have switched to ASLR by default from 13.2-RELEASE there will be more corner cases where we will need to disable/enable ASLR for certain binaries. Add this DESC so that we can easily optionize ASLR. Approved by: portmgr (blanket) --- Mk/bsd.options.desc.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index 847832cc09ff..df0787f752c6 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -373,6 +373,7 @@ NIS_DESC?= Network Information Services/YP support NLS_DESC?= Native Language Support NMAP_DESC?= NMAP security scanning support NNTP_DESC?= NNTP (News) support +NOASLR_DESC?= Disable ASLR support NOTIFY_DESC?= Desktop notification support NSS_DESC?= SSL/TLS support via NSS NTLM_DESC?= NTLM authentication support