Ignore:
Timestamp:
05/06/2016 09:16:07 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Children:
81d7190a
Parents:
ed17c23
Message:

Synced to trunk r11052

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@11053 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/pkgconfig.xml

    red17c23 r9d5d854f  
    4747<screen><userinput remap="configure">./configure --prefix=/usr        \
    4848            --with-internal-glib \
     49            --disable-compile-warnings \
    4950            --disable-host-tool  \
    5051            --docdir=/usr/share/doc/pkg-config-&pkgconfig-version;</userinput></screen>
     
    5859          <para>This will allow pkg-config to use its internal version of
    5960          Glib because an external version is not available in LFS.</para>
     61        </listitem>
     62      </varlistentry>
     63
     64      <varlistentry>
     65        <term><parameter>--disable-compile-warnings</parameter></term>
     66        <listitem>
     67          <para>This option prevents the build system from using
     68          compiler flags which cause build failure when building
     69          with GCC 6.</para>
    6070        </listitem>
    6171      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.