Ignore:
Timestamp:
02/03/2019 06:37:53 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
4d176c4f
Parents:
8f6f10e
Message:

Merge to HEAD 21080.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/volume_key.xml

    r8f6f10e rd60cd837  
    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.