Fix gpgme build if gnupg is not installed+tag

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19805 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2018-02-19 14:03:44 +00:00
parent ce8983d881
commit 14f0ab292e

View File

@ -41,7 +41,7 @@
signature verification and key management.
</para>
&lfs81_checked;
&lfs82_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -107,11 +107,13 @@
commands:
</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
<screen><userinput>./configure --prefix=/usr --disable-gpg-test &amp;&amp;
make</userinput></screen>
<para>
To test the results, issue: <command>make check</command>.
To test the results, you should have <xref linkend="gnupg2"/> installed
and remove the <command>--disable-gpg-test</command> above. Issue:
<command>make check</command>.
</para>
<para>
@ -122,6 +124,18 @@ make</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<parameter>--disable-gpg-test</parameter>: if this parameter is not
passed to configure, the test programs are built during
<command>make</command> stage, which requires <xref linkend="gnupg2"/>.
This parameter is not needed if <xref linkend="gnupg2"/> is installed.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>