correcting a small doc bug for WITHOUT_SSP

Alexander Best arundel at freebsd.org
Fri May 27 10:17:09 UTC 2011


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
-------------- next part --------------
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.


More information about the freebsd-doc mailing list