Author: wblaszcz
Date: Wed Feb 20 23:59:09 2013
New Revision: 11028
Log:
Fixed ticket 3808.
Modified:
trunk/BOOK/general/genlib/json-c.xml
trunk/BOOK/introduction/welcome/changelog.xml
Modified: trunk/BOOK/general/genlib/json-c.xml
==============================================================================
--- trunk/BOOK/general/genlib/json-c.xml Wed Feb 20 09:40:07 2013
(r11027)
+++ trunk/BOOK/general/genlib/json-c.xml Wed Feb 20 23:59:09 2013
(r11028)
@@ -85,7 +85,11 @@
commands:
</para>
-<screen><userinput>./configure --prefix=/usr --disable-static &&
+<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 &&
+./configure --prefix=/usr --disable-static &&
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 Wed Feb 20 09:40:07
2013 (r11027)
+++ trunk/BOOK/introduction/welcome/changelog.xml Wed Feb 20 23:59:09
2013 (r11028)
@@ -45,6 +45,16 @@
-->
<listitem>
+ <para>February 21st, 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>February 20th, 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