Author: pierre
Date: Mon Feb 19 06:03:44 2018
New Revision: 19805

Log:
Fix gpgme build if gnupg is not installed+tag

Modified:
   trunk/BOOK/postlfs/security/gpgme.xml

Modified: trunk/BOOK/postlfs/security/gpgme.xml
==============================================================================
--- trunk/BOOK/postlfs/security/gpgme.xml       Mon Feb 19 03:54:42 2018        
(r19804)
+++ trunk/BOOK/postlfs/security/gpgme.xml       Mon Feb 19 06:03:44 2018        
(r19805)
@@ -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 @@
 
   </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>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to