Przeglądaj źródła

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
Bruce Dubbs 8 lat temu
rodzic
commit
b9808d14c7
3 zmienionych plików z 15 dodań i 16 usunięć
  1. 12 1
      chapter01/changelog.xml
  2. 0 12
      chapter06/pkgconfig.xml
  3. 3 3
      general.ent

+ 12 - 1
chapter01/changelog.xml

@@ -43,7 +43,18 @@
     appropriate for the entry or if needed the entire day's listitem.
 -->
     <listitem>
-      <para>2017-04-07</para>
+      <para>2017-04-11</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Remove unneeded --disable-compile-warnings
+          from pkg-config instructions.  Thanks to Jeffery Smith
+          for pointing this out.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
+      <para>2017-04-10</para>
       <itemizedlist>
         <listitem>
           <para>[bdubbs] - Update to linux-4.10.9. Fixes

+ 0 - 12
chapter06/pkgconfig.xml

@@ -46,7 +46,6 @@
 
 <screen><userinput remap="configure">./configure --prefix=/usr              \
             --with-internal-glib       \
-            --disable-compile-warnings \
             --disable-host-tool        \
             --docdir=/usr/share/doc/pkg-config-&pkgconfig-version;</userinput></screen>
 
@@ -61,15 +60,6 @@
         </listitem>
       </varlistentry>
 
-      <varlistentry>
-        <term><parameter>--disable-compile-warnings</parameter></term>
-        <listitem>
-          <para>This option prevents the build system from using
-          compiler flags which cause build failure when building
-          with GCC 6.</para>
-        </listitem>
-      </varlistentry>
-
       <varlistentry>
         <term><parameter>--disable-host-tool</parameter></term>
         <listitem>
@@ -80,8 +70,6 @@
 
     </variablelist>
 
-
-
     <para>Compile the package:</para>
 
 <screen><userinput remap="make">make</userinput></screen>

+ 3 - 3
general.ent

@@ -1,13 +1,13 @@
-<!ENTITY version         "SVN-20170410">
+<!ENTITY version         "SVN-20170411">
 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book; 
                                       Change to x.y for release but not -rc releases -->
 <!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
 
-<!ENTITY versiond        "20170410-systemd">
+<!ENTITY versiond        "20170411-systemd">
 <!ENTITY short-versiond  "systemd">
 <!ENTITY generic-versiond "systemd"> 
 
-<!ENTITY releasedate     "April 10, 2017">
+<!ENTITY releasedate     "April 11, 2017">
 
 <!ENTITY copyrightdate   "1999-2017"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone       "8.1">