Ignore:
Timestamp:
01/01/2018 07:26:38 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
79af6e0
Parents:
b642036d
Message:

Add a patch to docbook-xsl to fix potential problems with stack overflows
during recursion.

Update to libcdio-2.0.0.
Remove comment in json-c about multiprocessor builds.

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

File:
1 edited

Legend:

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

    rb642036d r5944fc1  
    8181  <sect2 role="installation">
    8282    <title>Installation of JSON-C</title>
    83 
     83<!--
    8484    <note>
    8585      <para>
     
    8787      </para>
    8888    </note>
    89 
     89-->
    9090    <para>
    9191      Install <application>JSON-C</application> by running the following
     
    9393    </para>
    9494
    95 <screen><userinput>./configure --prefix=/usr --disable-static       &amp;&amp;
    96 make -j1</userinput></screen>
     95<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     96make</userinput></screen>
    9797
    9898    <para>
Note: See TracChangeset for help on using the changeset viewer.