Author: wblaszcz
Date: 2013-02-20 04:45:57 -0700 (Wed, 20 Feb 2013)
New Revision: 10963

Modified:
   trunk/BOOK/general/genlib/json-c.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Fixed Ticket 3808.

Modified: trunk/BOOK/general/genlib/json-c.xml
===================================================================
--- trunk/BOOK/general/genlib/json-c.xml        2013-01-24 01:25:24 UTC (rev 
10962)
+++ trunk/BOOK/general/genlib/json-c.xml        2013-02-20 11:45:57 UTC (rev 
10963)
@@ -85,7 +85,11 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
+<screen><userinput>sed -e 's/json_object.c/json_object.c 
json_object_iterator.c/'    \
+    -e 's/json_object.h/json_object.h json_object_iterator.h/'    \
+    -e 's/json_object.lo/json_object.lo json_object_iterator.lo/' \
+    -i Makefile.in &amp;&amp;
+./configure --prefix=/usr --disable-static &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -102,6 +106,11 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
+    <para>
+      <command>sed -e 's/json_object...</command>: This <command>sed</command>
+      make sure that all the necessary headers are installed correctly.
+    </para>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
       href="../../xincludes/static-libraries.xml"/>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2013-01-24 01:25:24 UTC 
(rev 10962)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2013-02-20 11:45:57 UTC 
(rev 10963)
@@ -45,6 +45,16 @@
 -->
 
     <listitem>
+      <para>February 20th, 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[wblaszcz] - Fixed JSON-C missing headers issue. Fixes
+          <ulink url="&blfs-ticket-root;3808">#3808</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>January 24th, 2013</para>
       <itemizedlist>
         <listitem>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to