Changeset 3442e55


Ignore:
Timestamp:
02/21/2013 07:59:09 AM (11 years ago)
Author:
Wayne Blaszczyk <wblaszcz@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2995055
Parents:
c7b2695
Message:

Fixed ticket 3808.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11028 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/json-c.xml

    rc7b2695 r3442e55  
    8686    </para>
    8787
    88 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     88<screen><userinput>sed -e 's/json_object.c/json_object.c json_object_iterator.c/'    \
     89    -e 's/json_object.h/json_object.h json_object_iterator.h/'    \
     90    -e 's/json_object.lo/json_object.lo json_object_iterator.lo/' \
     91    -i Makefile.in &amp;&amp;
     92./configure --prefix=/usr --disable-static &amp;&amp;
    8993make</userinput></screen>
    9094
     
    102106  <sect2 role="commands">
    103107    <title>Command Explanations</title>
     108
     109    <para>
     110      <command>sed -e 's/json_object...</command>: This <command>sed</command>
     111      make sure that all the necessary headers are installed correctly.
     112    </para>
    104113
    105114    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • introduction/welcome/changelog.xml

    rc7b2695 r3442e55  
    4646
    4747    <listitem>
     48      <para>February 21st, 2013</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[wblaszcz] - Fixed JSON-C missing headers issue. Fixes
     52          <ulink url="&blfs-ticket-root;3808">#3808</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>February 20th, 2013</para>
    4959      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.