Changeset 0dc5ab2e


Ignore:
Timestamp:
11/03/2017 09:43:40 PM (6 years ago)
Author:
Pierre Labastie <pieere@…>
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:
42e4ab5a
Parents:
e46947f
Message:

Fix some dependencies

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libblockdev.xml

    re46947f r0dc5ab2e  
    8080    <para role="required">
    8181      <xref linkend="gobject-introspection"/>,
    82       <xref linkend="libbytesize"/>,
    83       <xref linkend="lvm2"/> (with device-mapper), and
     82      <xref linkend="libbytesize"/>, and
    8483      <xref linkend="volume_key"/>
    85     </para>
    86 
    87     <bridgehead renderas="sect4">Recommended</bridgehead>
    88     <para role="recommended">
    89       <xref linkend="nss"/> and
    90       <xref linkend="cryptsetup"/>
    9184    </para>
    9285
     
    9790      <xref linkend="mdadm"/>,
    9891      <xref linkend="parted"/>,
    99       <xref linkend="python2"/>,
    10092      <ulink url="http://dmraid.sourcearchive.com/">dmraid</ulink>, and
    10193      <ulink url="http://bcachefs.org/">bcachefs</ulink>
  • general/genlib/libbytesize.xml

    re46947f r0dc5ab2e  
    7575    <bridgehead renderas="sect4">Required</bridgehead>
    7676    <para role="required">
    77       <xref linkend="pcre2"/>
     77      <xref linkend="pcre"/>
    7878    </para>
    7979
     
    115115<screen role="root"><userinput>make install</userinput></screen>
    116116
     117  </sect2>
     118
     119  <sect2 role="commands">
     120    <title>Command Explanations</title>
     121
     122    <para>
     123      <option>--with-python3</option>: Use this switch to prefer Python 3 if
     124      both Python 2 and Python 3 are installed.
     125    </para>
    117126  </sect2>
    118127
  • postlfs/security/volume_key.xml

    re46947f r0dc5ab2e  
    8989      <xref linkend="glib2"/>,
    9090      <xref linkend="gpgme"/>, and
    91       <xref linkend="swig"/>
     91      <xref linkend="python2"/>
    9292    </para>
    9393
    94     <bridgehead renderas="sect4">Recommended</bridgehead>
    95     <para role="recommended">
    96       <xref linkend="python2"/>
     94    <bridgehead renderas="sect4">Optional</bridgehead>
     95    <para role="optional">
     96      <xref linkend="swig"/>
    9797    </para>
    9898<!--
     
    115115    </para>
    116116
    117 <screen><userinput>sed -i '/config.h/d' lib/libvolume_key.h &amp;&amp;
    118 
    119 autoreconf -fiv           &amp;&amp;
    120 ./configure --prefix=/usr &amp;&amp;
     117<screen><userinput>./configure --prefix=/usr &amp;&amp;
    121118make</userinput></screen>
    122119
     
    129126    </para>
    130127
    131 <screen role="root"><userinput>make install</userinput></screen>
     128<screen role="root"><userinput>make install &amp;&amp;
     129sed -i '/config.h/d' /usr/include/libvolume_key.h</userinput></screen>
     130
     131  </sect2>
     132
     133  <sect2 role="commands">
     134    <title>Command Explanations</title>
     135
     136    <para>
     137      <command>sed -i '/config.h/d' /usr/include/libvolume_key.h</command>:
     138      Removes a reference to config.h, which is not installed.
     139    </para>
    132140
    133141  </sect2>
Note: See TracChangeset for help on using the changeset viewer.