Changeset b9808d1


Ignore:
Timestamp:
04/11/2017 05:13:52 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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.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:
7e9e040
Parents:
0dd5e36
Message:

Remove unneeded --disable-compile-warnings from pkg-config instructions.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r0dd5e36 rb9808d1  
    4444-->
    4545    <listitem>
    46       <para>2017-04-07</para>
     46      <para>2017-04-11</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Remove unneeded --disable-compile-warnings
     50          from pkg-config instructions.  Thanks to Jeffery Smith
     51          for pointing this out.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
     57      <para>2017-04-10</para>
    4758      <itemizedlist>
    4859        <listitem>
  • chapter06/pkgconfig.xml

    r0dd5e36 rb9808d1  
    4747<screen><userinput remap="configure">./configure --prefix=/usr              \
    4848            --with-internal-glib       \
    49             --disable-compile-warnings \
    5049            --disable-host-tool        \
    5150            --docdir=/usr/share/doc/pkg-config-&pkgconfig-version;</userinput></screen>
     
    6362
    6463      <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>
    70         </listitem>
    71       </varlistentry>
    72 
    73       <varlistentry>
    7464        <term><parameter>--disable-host-tool</parameter></term>
    7565        <listitem>
     
    8070
    8171    </variablelist>
    82 
    83 
    8472
    8573    <para>Compile the package:</para>
  • general.ent

    r0dd5e36 rb9808d1  
    1 <!ENTITY version         "SVN-20170410">
     1<!ENTITY version         "SVN-20170411">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20170410-systemd">
     6<!ENTITY versiond        "20170411-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "April 10, 2017">
     10<!ENTITY releasedate     "April 11, 2017">
    1111
    1212<!ENTITY copyrightdate   "1999-2017"><!-- jhalfs needs a literal dash, not &ndash; -->
Note: See TracChangeset for help on using the changeset viewer.