Author: randy
Date: 2008-08-11 11:35:03 -0600 (Mon, 11 Aug 2008)
New Revision: 7543
Modified:
trunk/BOOK/general/genutils/pinentry.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Added parameters to the Pin Entry instructions so the configuration process
won't fail if the optional dependencies are not installed, thanks to Brian Cade
for the report
Modified: trunk/BOOK/general/genutils/pinentry.xml
===================================================================
--- trunk/BOOK/general/genutils/pinentry.xml 2008-08-11 17:34:50 UTC (rev
7542)
+++ trunk/BOOK/general/genutils/pinentry.xml 2008-08-11 17:35:03 UTC (rev
7543)
@@ -91,7 +91,12 @@
<para>Install <application>PIN-Entry</application> by running the following
commands:</para>
-<screen><userinput>./configure --prefix=/usr &&
+<screen><userinput>./configure --prefix=/usr \
+ --enable-pin-entry-curses \
+ --enable-fallback-curses \
+ --disable-pinentry-gtk \
+ --disable-pinentry-gtk2 \
+ --disable-pinentry-qt &&
make</userinput></screen>
<para>Only <command>info</command> documentation is shipped in the package
@@ -124,14 +129,21 @@
</sect2>
- <!-- <sect2 role="commands">
+ <sect2 role="commands">
<title>Command Explanations</title>
- <para><parameter></parameter>: This parameter
- </para>
+ <para><parameter>--enable-...</parameter>: These two parameters are used to
+ fix a problem with the <command>configure</command> script if the optional
+ dependencies are not installed. If the dependencies are installed, these
+ parameters may be omitted.</para>
- </sect2> -->
+ <para><parameter>--disable-...</parameter>: These three parameters are used
+ to fix a problem with the <command>configure</command> script if the
+ optional dependencies are not installed. If the dependencies are installed,
+ these parameters may be omitted.</para>
+ </sect2>
+
<sect2 role="content">
<title>Contents</title>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2008-08-11 17:34:50 UTC
(rev 7542)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2008-08-11 17:35:03 UTC
(rev 7543)
@@ -45,6 +45,11 @@
<para>August 11th, 2008</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Added parameters to the Pin Entry instructions so
+ the configuration process won't fail if the optional dependencies
+ are not installed. Thanks to Brian Cade for the report.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Fixed broken Thunderbird download URL.</para>
</listitem>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page