Ignore:
Timestamp:
05/17/2013 08:11:12 PM (11 years ago)
Author:
Krejzi <krejzi@…>
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:
deb83621
Parents:
4849cdc
Message:

updates and fixes

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

File:
1 edited

Legend:

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

    r4849cdc r23d3543c  
    55  %general-entities;
    66
    7   <!ENTITY json-c-download-http "https://github.com/downloads/json-c/json-c/json-c-&json-c-version;.tar.gz">
     7  <!ENTITY json-c-download-http "https://s3.amazonaws.com/json-c_releases/releases/json-c-&json-c-version;.tar.gz">
    88  <!ENTITY json-c-download-ftp  " ">
    9   <!ENTITY json-c-md5sum        "a4edc79410eb894f08d7d52ca9f88732">
    10   <!ENTITY json-c-size          "380 KB">
    11   <!ENTITY json-c-buildsize     "3.5 MB">
     9  <!ENTITY json-c-md5sum        "aa02367d2f7a830bf1e3376f77881e98">
     10  <!ENTITY json-c-size          "548 KB">
     11  <!ENTITY json-c-buildsize     "5.0 MB">
    1212  <!ENTITY json-c-time          "less than 0.1 SBU">
    1313]>
     
    3737    </para>
    3838
    39     &lfs72_checked;
     39    &lfs73_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8686    </para>
    8787
    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;
     88<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    9389make</userinput></screen>
    9490
     
    107103    <title>Command Explanations</title>
    108104
    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>
    113 
    114105    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    115106      href="../../xincludes/static-libraries.xml"/>
     
    122113    <segmentedlist>
    123114      <segtitle>Installed Programs</segtitle>
    124       <segtitle>Installed Library</segtitle>
    125       <segtitle>Installed Directory</segtitle>
     115      <segtitle>Installed Libraries</segtitle>
     116      <segtitle>Installed Directories</segtitle>
    126117
    127118      <seglistitem>
     
    130121        </seg>
    131122        <seg>
    132           libjson.so
     123          libjson-c.so and libjson.so
    133124        </seg>
    134125        <seg>
    135           /usr/include/json
     126          /usr/include/json and
     127          /usr/include/json-c
    136128        </seg>
    137129      </seglistitem>
     
    147139        <listitem>
    148140          <para>
    149             contains <application>JSON-C</application> API functions.
     141            contains the <application>JSON-C</application> API functions.
    150142          </para>
    151143          <indexterm zone="json-c libjson">
    152144            <primary sortas="c-libjson">libjson.so</primary>
     145          </indexterm>
     146        </listitem>
     147      </varlistentry>
     148
     149      <varlistentry id="libjson-c">
     150        <term><filename class="libraryfile">libjson-c.so</filename></term>
     151        <listitem>
     152          <para>
     153            contains the <application>JSON-C</application> API functions.
     154          </para>
     155          <indexterm zone="json-c libjson-c">
     156            <primary sortas="c-libjson-c">libjson-c.so</primary>
    153157          </indexterm>
    154158        </listitem>
Note: See TracChangeset for help on using the changeset viewer.