mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
glibc: Add more rationale about --enable-stack-protector, and remove the stale explanation of --with-headers
This commit is contained in:
parent
bbcac389a3
commit
bed3894b89
@ -102,15 +102,10 @@ cd build</userinput></screen>
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>This option increases system security by adding
|
<para>This option increases system security by adding
|
||||||
extra code to check for buffer overflows, such as stack
|
extra code to check for buffer overflows, such as stack
|
||||||
smashing attacks.</para>
|
smashing attacks. Note that Glibc always explicitly overrides
|
||||||
</listitem>
|
the default of GCC, so this option is still needed even though
|
||||||
</varlistentry>
|
we've already specified <option>--enable-default-ssp</option> for
|
||||||
<!-- do we need this one? -->
|
GCC.</para>
|
||||||
<varlistentry>
|
|
||||||
<term><parameter>--with-headers=/usr/include</parameter></term>
|
|
||||||
<listitem>
|
|
||||||
<para>This option tells the build system where to find the
|
|
||||||
kernel API headers.</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user