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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.