mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Add a switch to glibc's configure, so that kernel API headers are sought in
/usr/include git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11569 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
ebaee0248c
commit
115f65b4e4
@ -225,7 +225,7 @@
|
|||||||
|
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>Bash, Binutils, Bison, Coreutils, GCC, Glibc,
|
<seg>Bash, Binutils, Bison, Coreutils, GCC, Glibc,
|
||||||
Grep, Make, and Readline</seg>
|
Grep, Make, Perl, and Readline</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
|
@ -96,6 +96,7 @@ cd build</userinput></screen>
|
|||||||
--disable-werror \
|
--disable-werror \
|
||||||
--enable-kernel=&min-kernel; \
|
--enable-kernel=&min-kernel; \
|
||||||
--enable-stack-protector=strong \
|
--enable-stack-protector=strong \
|
||||||
|
--with-headers=/usr/include \
|
||||||
libc_cv_slibdir=/lib</userinput></screen>
|
libc_cv_slibdir=/lib</userinput></screen>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
@ -127,6 +128,15 @@ cd build</userinput></screen>
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><parameter>--with-headers=/usr/include</parameter></term>
|
||||||
|
<listitem>
|
||||||
|
<para>This option tells the build system where to find the
|
||||||
|
kernel API headers. By default, those headers are sought in
|
||||||
|
<filename class="directory">/tools/include</filename>.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>libc_cv_slibdir=/lib</parameter></term>
|
<term><parameter>libc_cv_slibdir=/lib</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user