Author: krejzi
Date: Fri Jun 28 12:53:27 2013
New Revision: 11336
Log:
Note: Don't remove installed programs, libs or directories if you are not sure
they are still built if the (optional) dependency is present. Also, just go
ahead and delete parts instead of commenting them out - if necesary they can be
still put back since they can be found in blfs-book archives. Fix/cleanup some
unnecesary instructions.
Modified:
trunk/BOOK/general/graphlib/freetype2.xml
trunk/BOOK/postlfs/security/gnutls.xml
trunk/BOOK/x/lib/gdk-pixbuf.xml
Modified: trunk/BOOK/general/graphlib/freetype2.xml
==============================================================================
--- trunk/BOOK/general/graphlib/freetype2.xml Fri Jun 28 12:17:39 2013
(r11335)
+++ trunk/BOOK/general/graphlib/freetype2.xml Fri Jun 28 12:53:27 2013
(r11336)
@@ -122,9 +122,6 @@
commands:
</para>
-<!-- default now
-sed -i -e "s@FT_CFF_HINTING_FREETYPE@FT_CFF_HINTING_ADOBE@" \
- src/cff/cffobjs.c && -->
<screen><userinput>sed -i -e "/AUX.*.gxvalid/s@^# @@" \
-e "/AUX.*.otvalid/s@^# @@" \
modules.cfg &&
Modified: trunk/BOOK/postlfs/security/gnutls.xml
==============================================================================
--- trunk/BOOK/postlfs/security/gnutls.xml Fri Jun 28 12:17:39 2013
(r11335)
+++ trunk/BOOK/postlfs/security/gnutls.xml Fri Jun 28 12:53:27 2013
(r11336)
@@ -188,7 +188,7 @@
<seglistitem>
<seg>
certtool, danetool, gnutls-cli, gnutls-cli-debug,
- gnutls-serv, ocsptool, psktool and srptool
+ gnutls-serv, ocsptool, p11tool, psktool and srptool
</seg>
<seg>
libgnutls.so, libgnutls-openssl.so, libgnutls-xssl.so and
@@ -220,20 +220,6 @@
</listitem>
</varlistentry>
- <!--
- <varlistentry id="crywrap">
- <term><command>crywrap</command></term>
- <listitem>
- <para>
- is a simple wrapper that waits for TLS/SSL connections, and
- proxies them to an unencrypted location.
- </para>
- <indexterm zone="gnutls crywrap">
- <primary sortas="b-crywrap">crywrap</primary>
- </indexterm>
- </listitem>
- </varlistentry>
- -->
<varlistentry id="danetool">
<term><command>danetool</command></term>
<listitem>
@@ -299,7 +285,6 @@
</listitem>
</varlistentry>
- <!--
<varlistentry id="p11tool">
<term><command>p11tool</command></term>
<listitem>
@@ -312,7 +297,6 @@
</indexterm>
</listitem>
</varlistentry>
- -->
<varlistentry id="psktool">
<term><command>psktool</command></term>
Modified: trunk/BOOK/x/lib/gdk-pixbuf.xml
==============================================================================
--- trunk/BOOK/x/lib/gdk-pixbuf.xml Fri Jun 28 12:17:39 2013 (r11335)
+++ trunk/BOOK/x/lib/gdk-pixbuf.xml Fri Jun 28 12:53:27 2013 (r11336)
@@ -117,9 +117,7 @@
commands:
</para>
-<screen><userinput>sed -i -e "s@<stdlib.h>@&\n#include
<string.h>@g" gdk-pixbuf/io-png.c &&
-
-./configure --prefix=/usr --with-x11 &&
+<screen><userinput>./configure --prefix=/usr --with-x11 &&
make</userinput></screen>
<para>
@@ -148,12 +146,6 @@
<title>Command Explanations</title>
<para>
- <command>sed -e "s@<stdlib.h>@&\n#include <string.h>@g"
- ..</command>: This <command>sed</command> silences compiler warnings
- when using GCC 4.8.
- </para>
-
- <para>
<option>--with-x11</option>: This switch enables building of the
<application>Gdk Pixbuf</application> <application>X11</application>
library which is needed for <emphasis>many</emphasis> packages.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page