mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
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
This commit is contained in:
parent
0dd5e36904
commit
b9808d14c7
@ -43,7 +43,18 @@
|
|||||||
appropriate for the entry or if needed the entire day's listitem.
|
appropriate for the entry or if needed the entire day's listitem.
|
||||||
-->
|
-->
|
||||||
<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>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[bdubbs] - Update to linux-4.10.9. Fixes
|
<para>[bdubbs] - Update to linux-4.10.9. Fixes
|
||||||
|
@ -46,7 +46,6 @@
|
|||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||||
--with-internal-glib \
|
--with-internal-glib \
|
||||||
--disable-compile-warnings \
|
|
||||||
--disable-host-tool \
|
--disable-host-tool \
|
||||||
--docdir=/usr/share/doc/pkg-config-&pkgconfig-version;</userinput></screen>
|
--docdir=/usr/share/doc/pkg-config-&pkgconfig-version;</userinput></screen>
|
||||||
|
|
||||||
@ -61,15 +60,6 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</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>
|
<varlistentry>
|
||||||
<term><parameter>--disable-host-tool</parameter></term>
|
<term><parameter>--disable-host-tool</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -80,8 +70,6 @@
|
|||||||
|
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
<screen><userinput remap="make">make</userinput></screen>
|
<screen><userinput remap="make">make</userinput></screen>
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
<!ENTITY version "SVN-20170410">
|
<!ENTITY version "SVN-20170411">
|
||||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
||||||
Change to x.y for release but not -rc releases -->
|
Change to x.y for release but not -rc releases -->
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
<!ENTITY versiond "20170410-systemd">
|
<!ENTITY versiond "20170411-systemd">
|
||||||
<!ENTITY short-versiond "systemd">
|
<!ENTITY short-versiond "systemd">
|
||||||
<!ENTITY generic-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 copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "8.1">
|
<!ENTITY milestone "8.1">
|
||||||
|
Loading…
Reference in New Issue
Block a user