Ignore:
Timestamp:
Nov 17, 2007, 3:43:38 PM (16 years ago)
Author:
Ken Moffat <zarniwhoop@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
0bf331c
Parents:
dac177e
Message:

Get parted compiling again.

File:
1 edited

Legend:

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

    rdac177e rfcab750  
    3030    <para os="a">Prepare Parted for compilation:</para>
    3131
    32 <screen><userinput>./configure --prefix=/usr</userinput></screen>
     32<screen><userinput>./configure --prefix=/usr --disable-Werror</userinput></screen>
     33
     34    <variablelist os="b">
     35      <title>The meaning of the configure options:</title>
     36
     37      <varlistentry os="b1">
     38        <term><parameter>--disable-Werror</parameter></term>
     39        <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>
     43        </listitem>
     44      </varlistentry>
     45
     46    </variablelist>
    3347
    3448    <para os="c">Compile the Parted package:</para>
Note: See TracChangeset for help on using the changeset viewer.