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
This commit is contained in:
Bruce Dubbs 2013-11-04 20:43:22 +00:00
parent 2f25d9e7e5
commit 2027144431
3 changed files with 28 additions and 3 deletions

View File

@ -35,6 +35,17 @@
</itemizedlist>
</listitem>
-->
<listitem>
<para>2013-11-04</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Disable pkg-config lookups in the
Chapter 5 check program that may cause unwanted
host system libraries to be linked into check.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2013-10-21</para>
<itemizedlist>

View File

@ -42,7 +42,21 @@
<para>Prepare Check for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>
<screen><userinput remap="configure">PKG_CONFIG= ./configure --prefix=/tools</userinput></screen>
<variablelist>
<title>The meaning of the configure parameter:</title>
<varlistentry>
<term><parameter>PKG_CONFIG=</parameter></term>
<listitem>
<para>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 <filename class="directory">/tools</filename>
directory.</para>
</listitem>
</varlistentry>
</variablelist>
<para>Build the package:</para>

View File

@ -1,5 +1,5 @@
<!ENTITY version "SVN-20131021">
<!ENTITY releasedate "October 21, 2013">
<!ENTITY version "SVN-20131104">
<!ENTITY releasedate "November 4, 2013">
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.5">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->