From owner-freebsd-doc@FreeBSD.ORG Fri May 27 10:17:09 2011 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1233) id D23561065670; Fri, 27 May 2011 10:17:09 +0000 (UTC) Date: Fri, 27 May 2011 10:17:09 +0000 From: Alexander Best To: freebsd-doc@freebsd.org Message-ID: <20110527101709.GA59691@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="azLHFNyN32YCQGCU" Content-Disposition: inline Subject: correcting a small doc bug for WITHOUT_SSP X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2011 10:17:09 -0000 --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--