Changeset 6621fca


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.

Location:
BOOK
Files:
4 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>
  • BOOK/final-system/ppc64/parted.xml

    r4e8cd59 r6621fca  
    2626    xpointer="xpointer(//*[@os='a'])"/>
    2727
    28 <screen><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 --disable-Werror</userinput></screen>
     28<screen><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 \
     29  --disable-device-mapper</userinput></screen>
    2930
    3031    <variablelist os="b">
  • BOOK/introduction/ppc/changelog.xml

    r4e8cd59 r6621fca  
    3333
    3434-->
     35
     36    <listitem>
     37      <para>July 26, 2009</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[jim] - By default parted requires the device-mapper library. We
     41                don't install it so we disable it.</para>
     42        </listitem>
     43      </itemizedlist>
     44    </listitem>
    3545
    3646    <listitem>
  • BOOK/introduction/ppc64/changelog.xml

    r4e8cd59 r6621fca  
    3333
    3434-->
     35
     36    <listitem>
     37      <para>July 26, 2009</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[jim] - By default parted requires the device-mapper library. We
     41                don't install it so we disable it.</para>
     42        </listitem>
     43      </itemizedlist>
     44    </listitem>
    3545
    3646    <listitem>
Note: See TracChangeset for help on using the changeset viewer.