Last tags and libexec removals, for now. Fix: GPGME-1.4.3.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12766 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2014-02-22 15:13:35 +00:00
parent 682f45b245
commit 9598e9fdc6
4 changed files with 11 additions and 7 deletions

View File

@ -42,7 +42,7 @@
transaction based environments with non-persistent servers.
</para>
&lfs74_checked;
&lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -36,7 +36,7 @@
rely on another cryptographic library but provides hooks for easy
integration with <application>Libgcrypt</application>.</para>
&lfs74_checked;
&lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -37,7 +37,7 @@
GnuPG 2 is the stable version of GnuPG integrating support for OpenPGP and
S/MIME.</para>
&lfs74_checked;
&lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -93,7 +93,6 @@
commands:</para>
<screen><userinput>./configure --prefix=/usr \
--libexecdir=/usr/lib/gnupg2 \
--docdir=/usr/share/doc/gnupg-&gnupg2-version; &amp;&amp;
make &amp;&amp;
@ -167,7 +166,7 @@ install -v -m644 doc/gnupg.{pdf,dvi,ps} \
gpg2, gpgconf, gpgkey2ssh, gpgparsemail, gpgsm, gpgsm-gencert.sh,
gpgv2, kbxutil, scdaemon, symcryptrun, and watchgnupg</seg>
<seg>None</seg>
<seg>/usr/lib/gnupg2, /usr/share/gnupg and
<seg>/usr/share/gnupg and
/usr/share/doc/gnupg-&gnupg2-version;</seg>
</seglistitem>
</segmentedlist>

View File

@ -39,7 +39,7 @@
signature verification and key management.
</para>
&lfs74_checked;
&lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -100,7 +100,9 @@
commands:
</para>
<screen><userinput>./configure --prefix=/usr --disable-fd-passing &amp;&amp;
<screen><userinput>./configure --prefix=/usr \
--disable-fd-passing \
--disable-gpgsm-test &amp;&amp;
make</userinput></screen>
<para>
@ -120,6 +122,9 @@ make</userinput></screen>
<para><option>--disable-fd-passing</option>: This option disables
a problem causing a hang for some operations on some systems.</para>
<para><option>--disable-gpgsm-test</option>: This option disables
a test with gpgsm in some systems breaking make.</para>
</sect2>
<sect2 role="content">