From b9808d14c73bdf6fcf457f09f33336909d282490 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 11 Apr 2017 17:13:52 +0000 Subject: 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 --- chapter06/pkgconfig.xml | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'chapter06') 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 @@ ./configure --prefix=/usr \ --with-internal-glib \ - --disable-compile-warnings \ --disable-host-tool \ --docdir=/usr/share/doc/pkg-config-&pkgconfig-version; @@ -61,15 +60,6 @@ - - --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 @@ -80,8 +70,6 @@ - - Compile the package: make -- cgit v1.2.3-54-g00ecf