diff options
-rw-r--r-- | chapter01/changelog.xml | 13 | ||||
-rw-r--r-- | chapter06/pkgconfig.xml | 12 | ||||
-rw-r--r-- | general.ent | 6 |
3 files changed, 15 insertions, 16 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 501922249..4432a991b 100644 --- a/chapter01/changelog.xml +++ b/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 diff --git a/chapter06/pkgconfig.xml b/chapter06/pkgconfig.xml index e582b47af..a4383b11c 100644 --- a/chapter06/pkgconfig.xml +++ b/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> @@ -62,15 +61,6 @@ </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> <para>This option disables the creation of an undesired hard link @@ -80,8 +70,6 @@ </variablelist> - - <para>Compile the package:</para> <screen><userinput remap="make">make</userinput></screen> diff --git a/general.ent b/general.ent index 10489730c..9c24e32f7 100644 --- a/general.ent +++ b/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 – --> <!ENTITY milestone "8.1"> |