Ignore:
Timestamp:
Jul 26, 2009, 1:21:08 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
444a746
Parents:
4e8cd59
Message:

Updates to parted in PPC, we disable the use of the device-mapper library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/ppc/parted.xml

    r4e8cd59 r6621fca  
    3030    <para os="a">Prepare Parted for compilation:</para>
    3131
    32 <screen><userinput>./configure --prefix=/usr --disable-Werror</userinput></screen>
     32<screen><userinput>./configure --prefix=/usr --disable-device-mapper</userinput></screen>
    3333
    3434    <variablelist os="b">
     
    3636
    3737      <varlistentry os="b1">
    38         <term><parameter>--disable-Werror</parameter></term>
     38        <term><parameter>--disable-device-mapper</parameter></term>
    3939        <listitem>
    40           <para>The Makefile defaults to using -Werror. With <package>gcc&gcc-version;</package>
    41           that flag causes it to treat warnings (in this case, that C99 inline functions will
    42           be compiled as GNU89) as errors.  So, we disable the option.</para>
     40          <para>This disables the use of the device-mapper library, which we do
     41          not install in CLFS.</para>
    4342        </listitem>
    4443      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.