Ignore:
Timestamp:
04/28/2016 02:33:21 AM (8 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
5d4e1b1
Parents:
60b23a6f
Message:

Updated to file-5.26, gcc-6.1.0, grep-2.25, gzip-1.8, linux-4.5.2 and tzdata-2016d.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11049 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/pkgconfig.xml

    r60b23a6f r42130d6  
    4545    <para>Prepare Pkg-config for compilation:</para>
    4646
    47 <screen><userinput remap="configure">./configure --prefix=/usr        \
    48             --with-internal-glib \
    49             --disable-host-tool  \
     47<screen><userinput remap="configure">./configure --prefix=/usr              \
     48            --with-internal-glib       \
     49            --disable-compile-warnings \
     50            --disable-host-tool        \
    5051            --docdir=/usr/share/doc/pkg-config-&pkgconfig-version;</userinput></screen>
    5152
     
    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.