From 2027144431d3b16069e1b60cb5efea3d4bd6073a Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 4 Nov 2013 20:43:22 +0000 Subject: Disable pkg-config lookups in the Chapter 5 check program that may cause unwanted host system libraries to be linked into check. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10369 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/check.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'chapter05') diff --git a/chapter05/check.xml b/chapter05/check.xml index a805bfab5..ec34ae723 100644 --- a/chapter05/check.xml +++ b/chapter05/check.xml @@ -42,7 +42,21 @@ Prepare Check for compilation: -./configure --prefix=/tools +PKG_CONFIG= ./configure --prefix=/tools + + + The meaning of the configure parameter: + + + PKG_CONFIG= + + This tells the configure script to ignore any + pkg-config options that may cause the system to try to link + with libraries not in the /tools + directory. + + + Build the package: -- cgit v1.2.3-54-g00ecf