From 42130d6299b5d0cf916d085dac0a89c079ca52c0 Mon Sep 17 00:00:00 2001 From: Krejzi Date: Thu, 28 Apr 2016 02:33:21 +0000 Subject: Updated to file-5.26, gcc-6.1.0, grep-2.25, gzip-1.8, linux-4.5.2 and tzdata-2016d. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11049 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/pkgconfig.xml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'chapter06/pkgconfig.xml') diff --git a/chapter06/pkgconfig.xml b/chapter06/pkgconfig.xml index eb9278d18..e582b47af 100644 --- a/chapter06/pkgconfig.xml +++ b/chapter06/pkgconfig.xml @@ -44,9 +44,10 @@ Prepare Pkg-config for compilation: -./configure --prefix=/usr \ - --with-internal-glib \ - --disable-host-tool \ +./configure --prefix=/usr \ + --with-internal-glib \ + --disable-compile-warnings \ + --disable-host-tool \ --docdir=/usr/share/doc/pkg-config-&pkgconfig-version; @@ -60,6 +61,15 @@ + + --disable-compile-warnings + + This option prevents the build system from using + compiler flags which cause build failure when building + with GCC 6. + + + --disable-host-tool -- cgit v1.2.3-54-g00ecf