Changeset 9dbad556 for chapter08


Ignore:
Timestamp:
03/30/2022 09:21:57 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
75b35eb
Parents:
d6796c8 (diff), 676f0fd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into xry111/clfs-ng

Location:
chapter08
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter08/libffi.xml

    rd6796c8 r9dbad556  
    4545    <note>
    4646      <para>Similar to GMP, libffi builds with optimizations specific
    47       to the processor in use. If building for another system, export
    48       CFLAGS and CXXFLAGS to specify a generic build for your architecture.
     47      to the processor in use. If building for another system, change the
     48      value of the <parameter>--with-gcc-arch=</parameter> parameter in the
     49      following command to an architecture name fully implemented by the
     50      CPU on that system.
    4951      If this is not done, all applications that link to libffi will trigger
    5052      Illegal Operation Errors.</para>
  • chapter08/man-db.xml

    rd6796c8 r9dbad556  
    210210            <entry>Indonesian (id)</entry>
    211211            <entry>ISO-8859-1</entry>
    212             <entry>Russian (ru)</entry>
    213             <entry>KOI8-R</entry>
     212            <entry>Greek (el)</entry>
     213            <entry>ISO-8859-7</entry>
     214            <!--<entry>Russian (ru)</entry>-->
     215            <!--<entry>KOI8-R</entry>-->
    214216          </row>
    215217          <row>
     
    279281            <entry>BIG5</entry>
    280282          </row>
    281           <row>
     283<!--          <row>
    282284            <entry>Greek (el)</entry>
    283285            <entry>ISO-8859-7</entry>
     
    285287            <entry></entry>
    286288          </row>
    287 
     289-->
    288290        </tbody>
    289291
  • chapter08/python.xml

    rd6796c8 r9dbad556  
    4949            --with-system-expat  \
    5050            --with-system-ffi    \
    51             --with-ensurepip=yes \
    5251            --enable-optimizations</userinput></screen>
    5352
     
    6867        <para>This switch enables linking against system version of
    6968        <application>libffi</application>.</para>
    70       </listitem>
    71     </varlistentry>
    72 
    73     <varlistentry>
    74       <term><parameter>--with-ensurepip=yes</parameter></term>
    75       <listitem>
    76         <para>This switch enables building <command>pip</command> and
    77         <command>setuptools</command> packaging programs.</para>
    7869      </listitem>
    7970    </varlistentry>
  • chapter08/util-linux.xml

    rd6796c8 r9dbad556  
    108108<screen><userinput remap="test">chown -Rv tester .
    109109su tester -c "make -k check"</userinput></screen>
     110
     111    <para>The <emphasis>hardlink</emphasis> tests will fail if the host's kernel
     112    does not have the option CONFIG_CRYPTO_USER_API_HASH set.</para>
    110113
    111114    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.