Date: Fri, 27 May 2011 10:17:09 +0000 From: Alexander Best <arundel@freebsd.org> To: freebsd-doc@freebsd.org Subject: correcting a small doc bug for WITHOUT_SSP Message-ID: <20110527101709.GA59691@freebsd.org>
next in thread | raw e-mail | index | archive | help
--azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline hi there, WITHOUT_SSP does not only affect world, but also the kernel and kernel modules. the following patch should take care of that (please remember to regen src.conf(5) after applying the patch). cheers. alex -- a13x --azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="WITHOUT_SSP.patch" diff --git a/tools/build/options/WITHOUT_SSP b/tools/build/options/WITHOUT_SSP index 9e7d9c1..dc9f350 100644 --- a/tools/build/options/WITHOUT_SSP +++ b/tools/build/options/WITHOUT_SSP @@ -1,2 +1,3 @@ .\" $FreeBSD$ -Set to not build world with propolice stack smashing protection. +Set to not build the kernel, kernel modules and world with propolice stack +smashing protection. --azLHFNyN32YCQGCU--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110527101709.GA59691>