summaryrefslogtreecommitdiff
path: root/Mk/bsd.options.desc.mk
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-10-07 12:48:48 +0200
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-10-07 13:00:34 +0200
commit27d6321109319aa95bb3c654f259d4d12e844969 (patch)
treea9fa37b48f3489377867dad8a9f0c944b922d3bf /Mk/bsd.options.desc.mk
parentdevel/git-codereview: Update version 1.6.0=>1.7.0 (diff)
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)
Diffstat (limited to 'Mk/bsd.options.desc.mk')
-rw-r--r--Mk/bsd.options.desc.mk1
1 files changed, 1 insertions, 0 deletions
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