diff options
author | Ed Maste <emaste@FreeBSD.org> | 2024-05-13 15:27:05 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2024-05-13 15:28:52 +0000 |
commit | b667c40f9ff6db3ad5978368b3771e675759b474 (patch) | |
tree | c4b281dea32a2b484e2d53577111810cb654133c | |
parent | 050555e129789fa2e20eba565f1320936b3d66e4 (diff) |
src.conf.5: regen after addition of _FORTIFY_SOURCE build knob
Regen to pick up WITHOUT_SSP addition from commit 9bfd3b4076a7.
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | share/man/man5/src.conf.5 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index 5301fc488021..f3e45ca8a661 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -1,5 +1,5 @@ .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman. -.Dd April 23, 2024 +.Dd May 13, 2024 .Dt SRC.CONF 5 .Os .Sh NAME @@ -1552,6 +1552,9 @@ When set, it enforces these options: .El .It Va WITHOUT_SSP Do not build world with stack smashing protection. +See +.Xr security 7 +for more information. .It Va WITH_STAGING Enable staging of files to a stage tree. This can be best thought of as auto-install to |