mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
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
This commit is contained in:
parent
fa9cfd3aa3
commit
24f32bb692
@ -44,6 +44,10 @@
|
||||
<listitem>
|
||||
<para>April 22nd, 2020</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Adapt cryptsetup to work with JSON-C-0.14.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;13439">#13439</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to dhcpcd-9.0.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;13438">#13438</ulink>.</para>
|
||||
|
@ -77,6 +77,11 @@
|
||||
<xref linkend="libuv"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="json-c"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="libcap-pam"/> and
|
||||
|
@ -70,6 +70,16 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/cryptsetup-&cryptsetup-version;-upstream_fixes-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">cryptsetup Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
@ -125,6 +135,13 @@ Cryptographic API --->
|
||||
<sect2 role="installation">
|
||||
<title>Installation of cryptsetup</title>
|
||||
|
||||
<para>
|
||||
First, apply a patch to fix a build problem caused by API changes in
|
||||
<xref role="nodep" linkend="json-c"/>:
|
||||
</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../cryptsetup-&cryptsetup-version;-upstream_fixes-1.patch</userinput></screen>
|
||||
|
||||
<para>
|
||||
Install <application>cryptsetup</application> by running the following
|
||||
commands:
|
||||
|
@ -89,7 +89,8 @@
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="optional">
|
||||
<para role="recommended">
|
||||
<xref linkend="json-c"/> and
|
||||
<xref linkend="libcap-pam"/>
|
||||
</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user