diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-22 13:28:24 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-23 00:44:43 +0100 |
commit | e4b7e0154f5e3914d7191ef170273b1210cfdd80 (patch) | |
tree | 89329ef2ca1ef8e84e579ab25b594b2f2dff4263 /Mk | |
parent | 751740a1761c694e89721cefc98a6f91f5b6a5d3 (diff) | |
download | freebsd-ports-e4b7e0154f5e3914d7191ef170273b1210cfdd80.zip |
Mk/bsd.options.desc.mk: Expand ASLR
Expand the ASLR acronym for much wider understanding.
Reported by: arrowd
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index d20740cc888a..f877b04dd8d4 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -30,7 +30,7 @@ APE_DESC?= Monkey's Audio lossless format support ARCHIVE_DESC?= bzip2/zip/iso9660 archive support ARMADILLO_DESC?= TPS transform computation via Armadillo ASIO_DESC?= Asynchronous I/O support -ASLR_DESC?= Enable ASLR support +ASLR_DESC?= Enable Address Space Layout Randomization support ASM_DESC?= Use optimized assembly code ASPELL_DESC?= Spell checking support via GNU Aspell ASSERT_DESC?= Enable debug assertions |