Author: bdubbs
Date: Wed Aug 30 19:14:49 2017
New Revision: 19157

Log:
Two more tags and touchups

Modified:
   trunk/BOOK/multimedia/audioutils/freetts.xml
   trunk/BOOK/networking/mailnews/mailx.xml

Modified: trunk/BOOK/multimedia/audioutils/freetts.xml
==============================================================================
--- trunk/BOOK/multimedia/audioutils/freetts.xml        Wed Aug 30 19:10:53 
2017        (r19156)
+++ trunk/BOOK/multimedia/audioutils/freetts.xml        Wed Aug 30 19:14:49 
2017        (r19157)
@@ -48,7 +48,7 @@
       to convert text to audible speech through the system audio hardware.
     </para>
 
-    &lfs80_checked;
+    &lfs81_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/networking/mailnews/mailx.xml
==============================================================================
--- trunk/BOOK/networking/mailnews/mailx.xml    Wed Aug 30 19:10:53 2017        
(r19156)
+++ trunk/BOOK/networking/mailnews/mailx.xml    Wed Aug 30 19:14:49 2017        
(r19157)
@@ -41,7 +41,7 @@
     scoring, and filtering. <application>Heirloom mailx</application> is
     especially useful for writing scripts and batch processing.</para>
 
-    &lfs80_checked;
+    &lfs81_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing='compact'>
@@ -102,19 +102,23 @@
     following commands.</para>
 
 <screen><userinput>patch -Np1 -i 
../heirloom-mailx-&mailx-version;-fixes-1.patch &amp;&amp;
+
 sed 's@&lt;openssl@&lt;openssl-1.0/openssl@' \
-    -i openssl.c fio.c makeconfig &amp;&amp;
-make LDFLAGS+="/usr/lib/openssl-1.0/" \
-     SENDMAIL=/usr/sbin/sendmail -j1</userinput></screen>
+    -i openssl.c fio.c makeconfig      &amp;&amp;
+
+make -j1 LDFLAGS+="-L /usr/lib/openssl-1.0/" \
+     SENDMAIL=/usr/sbin/sendmail</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
 
     <para>Now, as the <systemitem class='username'>root</systemitem> 
user:</para>
 
 <screen role='root'><userinput>make PREFIX=/usr UCBINSTALL=/usr/bin/install 
install &amp;&amp;
+
 ln -v -sf mailx /usr/bin/mail &amp;&amp;
 ln -v -sf mailx /usr/bin/nail &amp;&amp;
-install -v -m755 -d /usr/share/doc/heirloom-mailx-&mailx-version; &amp;&amp;
+
+install -v -m755 -d     /usr/share/doc/heirloom-mailx-&mailx-version; 
&amp;&amp;
 install -v -m644 README 
/usr/share/doc/heirloom-mailx-&mailx-version;</userinput></screen>
 
   </sect2>
-- 
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