mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
682f45b245
commit
9598e9fdc6
@ -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">
|
||||
|
@ -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">
|
||||
|
@ -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; &&
|
||||
make &&
|
||||
|
||||
@ -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>
|
||||
|
@ -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 &&
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--disable-fd-passing \
|
||||
--disable-gpgsm-test &&
|
||||
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">
|
||||
|
Loading…
Reference in New Issue
Block a user