Author: fernando
Date: Fri May 1 04:23:59 2015
New Revision: 15910
Log:
GnuTLS-3.4.0: move sed between configure and make;
s/doc/manpages in explanation for the command.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/postlfs/security/gnutls.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Thu Apr 30 18:41:31 2015 (r15909)
+++ trunk/BOOK/general.ent Fri May 1 04:23:59 2015 (r15910)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "30"> <!-- Always 2 digits -->
-<!ENTITY month "04"> <!-- Always 2 digits -->
+<!ENTITY day "01"> <!-- Always 2 digits -->
+<!ENTITY month "05"> <!-- Always 2 digits -->
<!ENTITY year "2015">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "April 30th, &year;">
+<!ENTITY releasedate "May 1st, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
Modified: trunk/BOOK/postlfs/security/gnutls.xml
==============================================================================
--- trunk/BOOK/postlfs/security/gnutls.xml Thu Apr 30 18:41:31 2015
(r15909)
+++ trunk/BOOK/postlfs/security/gnutls.xml Fri May 1 04:23:59 2015
(r15910)
@@ -135,14 +135,15 @@
following commands:
</para>
-<screen><userinput>sed -e '/FUNCS=/ s/-d/&|uniq/' \
+<screen><userinput>./configure --prefix=/usr \
+ --with-default-trust-store-file=/etc/ssl/ca-bundle.crt &&
+
+sed -e '/FUNCS=/ s/-d/&|uniq/' \
-e '/get_x509_crt/ {n;d}' \
-e '/get_x509_key/ {n;d}' \
-e '/get_verify_flags/ {n;d}' \
- -i doc/manpages/Makefile.in &&
+ -i doc/manpages/Makefile &&
-./configure --prefix=/usr \
- --with-default-trust-store-file=/etc/ssl/ca-bundle.crt &&
make</userinput></screen>
<para>
@@ -174,7 +175,7 @@
<para>
<command>sed -e ... -i doc/manpages/Makefile</command>:
- This command removes some duplicate lines and fixes the doc Makefile.
+ This command removes some duplicate lines and fixes the manpages
Makefile.
</para>
<para>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page