Changeset c4d96918


Ignore:
Timestamp:
01/24/2019 06:30:47 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, 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:
25997c4a
Parents:
52f590c6
Message:

Fix deps of asciidoc, and remove the need for P2 in volume_key

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/asciidoc.xml

    r52f590c6 rc4d96918  
    6161    <bridgehead renderas="sect3">Asciidoc Dependencies</bridgehead>
    6262
    63     <bridgehead renderas="sect4">Optional</bridgehead>
    64     <para role="optional">
    65       <xref linkend="python2"/>
     63    <bridgehead renderas="sect4">Required (Run time)</bridgehead>
     64    <para role="required">
     65      <xref role="runtime" linkend="python2"/>
    6666    </para>
    6767
  • introduction/welcome/changelog.xml

    r52f590c6 rc4d96918  
    4545      <para>January 24th, 2019</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Update volume_key dependencies and instructions,
     49          to avoid using Python 2.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[pierre] - Update Asciidoc dependencies; Python 2 is required
     53          at runtime.</para>
     54        </listitem>
    4755        <listitem>
    4856          <para>[renodr] - Update to NSS-3.41.1. Fixes
  • postlfs/security/volume_key.xml

    r52f590c6 rc4d96918  
    7878      <xref linkend="cryptsetup"/>,
    7979      <xref linkend="glib2"/>,
    80       <xref linkend="gpgme"/>,
    81       <xref linkend="nss"/>,
    82       <xref linkend="python2"/>, and
     80      <xref linkend="gpgme"/>, and
     81      <xref linkend="nss"/>
     82    </para>
     83
     84    <bridgehead renderas="sect4">Recommended</bridgehead>
     85    <para role="recommended">
    8386      <xref linkend="swig"/>
     87    </para>
     88
     89    <bridgehead renderas="sect4">Optional</bridgehead>
     90    <para role="optional">
     91      <xref linkend="python2"/>
    8492    </para>
    8593
     
    103111    </note>
    104112
    105 <screen><userinput>autoreconf -fiv           &amp;&amp;
    106 ./configure --prefix=/usr &amp;&amp;
     113<screen><userinput>autoreconf -fiv              &amp;&amp;
     114./configure --prefix=/usr    \
     115            --without-python &amp;&amp;
    107116make</userinput></screen>
    108117
     
    119128  </sect2>
    120129
     130  <sect2 role="commands">
     131    <title>Command Explanations</title>
     132
     133    <para>
     134      <parameter>--without-python</parameter>: This parameter prevents building
     135      the <application>Python 2</application> bindings, if <xref
     136      linkend="python2"/> is installed.
     137    </para>
     138
     139    <para>
     140      <option>--without-python3</option>: Use this option if you do not want
     141      to build the <application>Python 3</application> bindings. In this case,
     142      <xref linkend="swig"/> is not needed.
     143    </para>
     144
     145  </sect2>
    121146  <sect2 role="content">
    122147    <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.