diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-04-11 17:13:52 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-04-11 17:13:52 +0000 |
commit | b9808d14c73bdf6fcf457f09f33336909d282490 (patch) | |
tree | 9720b24e72cdd27c8426343dcb43dcc137657e81 /chapter06/pkgconfig.xml | |
parent | 0dd5e36904ca17a82b8132deacba495faef71a0d (diff) |
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
Diffstat (limited to 'chapter06/pkgconfig.xml')
-rw-r--r-- | chapter06/pkgconfig.xml | 12 |
1 files changed, 0 insertions, 12 deletions
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> |