فهرست منبع

Specify PKG_CONFIG_PATH for libpipeline checks

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9897 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 13 سال پیش
والد
کامیت
13b63d7f6b
3فایلهای تغییر یافته به همراه22 افزوده شده و 8 حذف شده
  1. 14 0
      chapter01/changelog.xml
  2. 6 6
      chapter06/libpipeline.xml
  3. 2 2
      general.ent

+ 14 - 0
chapter01/changelog.xml

@@ -36,6 +36,20 @@
     </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>
       <para>2012-06-23</para>
       <itemizedlist>

+ 6 - 6
chapter06/libpipeline.xml

@@ -43,21 +43,21 @@
 
     <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>
       <title>The meaning of the configure options:</title>
 
       <varlistentry>
-        <term><parameter>CHECK_CFLAGS=, CHECK_LIBS=</parameter></term>
+        <term><parameter>PKG_CONFIG_PATH</parameter></term>
         <listitem>
-          <para>These environment variables specify the location of the test
-          library built in <xref linkend="ch-tools-check"/>.</para>
+          <para>Use pkg-config to obtain the location of the test
+          library metadata built in <xref linkend="ch-tools-check"/>.</para>
         </listitem>
       </varlistentry>
 
     </variablelist>
--->
+
     <para>Compile the package:</para>
 
 <screen><userinput remap="make">make</userinput></screen>

+ 2 - 2
general.ent

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