Changeset 24f32bb for postlfs/security


Ignore:
Timestamp:
04/22/2020 04:50:23 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
408de00
Parents:
fa9cfd3
Message:

Adapt cryptsetup to work with the new version of json-c
Add recommended dependencies on json-c to bind/bind-utils

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cryptsetup.xml

    rfa9cfd3 r24f32bb  
    6767        <para>
    6868          Estimated build time: &cryptsetup-time;
     69        </para>
     70      </listitem>
     71    </itemizedlist>
     72
     73    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     74    <itemizedlist spacing="compact">
     75      <listitem>
     76        <para>
     77          Required patch:
     78          <ulink url="&patch-root;/cryptsetup-&cryptsetup-version;-upstream_fixes-1.patch"/>
    6979        </para>
    7080      </listitem>
     
    125135    <sect2 role="installation">
    126136      <title>Installation of cryptsetup</title>
     137
     138    <para>
     139      First, apply a patch to fix a build problem caused by API changes in
     140      <xref role="nodep" linkend="json-c"/>:
     141    </para>
     142
     143<screen><userinput remap="pre">patch -Np1 -i ../cryptsetup-&cryptsetup-version;-upstream_fixes-1.patch</userinput></screen>
    127144
    128145    <para>
Note: See TracChangeset for help on using the changeset viewer.