Skip site navigation (1)Skip section navigation (2)
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>

index | next in thread | raw e-mail

[-- Attachment #1 --]
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

[-- Attachment #2 --]
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.
help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110527101709.GA59691>