Specify PKG_CONFIG_PATH for libpipeline checks

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9897 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2012-07-11 03:22:40 +00:00
parent d1f5838a41
commit 13b63d7f6b
3 changed files with 22 additions and 8 deletions

View File

@ -36,6 +36,20 @@
</listitem> </listitem>
--> -->
<listitem>
<para>2012-07-10</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Specify PKG_CONFIG_PATH for libpipeline
checks. Fixes
<ulink url="&lfs-ticket-root;3120">#3120</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem> <listitem>
<para>2012-06-23</para> <para>2012-06-23</para>
<itemizedlist> <itemizedlist>

View File

@ -43,21 +43,21 @@
<para>Prepare Libpipeline for compilation:</para> <para>Prepare Libpipeline for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> <screen><userinput remap="configure">PKG_CONFIG_PATH=/tools/lib/pkgconfig ./configure --prefix=/usr</userinput></screen>
<!--
<variablelist> <variablelist>
<title>The meaning of the configure options:</title> <title>The meaning of the configure options:</title>
<varlistentry> <varlistentry>
<term><parameter>CHECK_CFLAGS=, CHECK_LIBS=</parameter></term> <term><parameter>PKG_CONFIG_PATH</parameter></term>
<listitem> <listitem>
<para>These environment variables specify the location of the test <para>Use pkg-config to obtain the location of the test
library built in <xref linkend="ch-tools-check"/>.</para> library metadata built in <xref linkend="ch-tools-check"/>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>
-->
<para>Compile the package:</para> <para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen> <screen><userinput remap="make">make</userinput></screen>

View File

@ -1,5 +1,5 @@
<!ENTITY version "SVN-20120623"> <!ENTITY version "SVN-20120710">
<!ENTITY releasedate "June 23, 2012"> <!ENTITY releasedate "July 10, 2012">
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; --> <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.2"> <!ENTITY milestone "7.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->