Changeset 62a13d02 for chapter08


Ignore:
Timestamp:
06/30/2024 11:16:47 AM (3 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib, xry111/multilib
Children:
800ee38
Parents:
82bb649
Message:

Fix missleading option at glibc and rmv nscd in chap5 too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    r82bb649 r62a13d02  
    6969    <para>Prepare Glibc for compilation:</para>
    7070
     71<screen><userinput remap="configure">../configure --prefix=/usr                            \
     72             --disable-werror                         \
     73             --enable-kernel=&min-kernel;                     \
     74             --enable-stack-protector=strong          \
     75             --disable-nscd                           \
     76             libc_cv_slibdir=/usr/lib</userinput></screen>
     77<!--
    7178<screen arch="default"><userinput remap="configure">../configure --prefix=/usr                            \
    7279             --disable-werror                         \
     
    8390             --enable-multi-arch                      \
    8491             libc_cv_slibdir=/usr/lib</userinput></screen>
    85 
     92-->
    8693    <variablelist>
    8794      <title>The meaning of the configure options:</title>
Note: See TracChangeset for help on using the changeset viewer.