Author: bdubbs
Date: Mon Jan 27 14:32:09 2014
New Revision: 10452
Log:
Add an environment variable to util-linux
in Chapter 5 to prevent an installation error for
hosts that have unneeded capabilities availible.
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter05/ncurses.xml
trunk/BOOK/chapter05/util-linux.xml
trunk/BOOK/general.ent
Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml Sun Jan 26 12:14:36 2014 (r10451)
+++ trunk/BOOK/chapter01/changelog.xml Mon Jan 27 14:32:09 2014 (r10452)
@@ -36,7 +36,18 @@
</listitem>
-->
<listitem>
- <para>2014-01-25</para>
+ <para>2014-01-27</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Add an environment variable to util-linux
+ in Chapter 5 to prevent an installation error for
+ hosts that have unneeded capabilities availible.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
+ <para>2014-01-26</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to man-pages-3.57. Fixes
Modified: trunk/BOOK/chapter05/ncurses.xml
==============================================================================
--- trunk/BOOK/chapter05/ncurses.xml Sun Jan 26 12:14:36 2014 (r10451)
+++ trunk/BOOK/chapter05/ncurses.xml Mon Jan 27 14:32:09 2014 (r10452)
@@ -45,8 +45,7 @@
<para>Prepare Ncurses for compilation:</para>
-<screen><userinput remap="configure">
-./configure --prefix=/tools \
+<screen><userinput remap="configure">./configure --prefix=/tools \
--with-shared \
--without-debug \
--without-ada \
Modified: trunk/BOOK/chapter05/util-linux.xml
==============================================================================
--- trunk/BOOK/chapter05/util-linux.xml Sun Jan 26 12:14:36 2014 (r10451)
+++ trunk/BOOK/chapter05/util-linux.xml Mon Jan 27 14:32:09 2014 (r10452)
@@ -42,9 +42,10 @@
<para>Prepare Util-linux for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/tools \
- --disable-makeinstall-chown \
- --without-systemdsystemunitdir</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/tools
\
+ --disable-makeinstall-chown \
+ --without-systemdsystemunitdir \
+ PKG_CONFIG=""</userinput></screen>
<variablelist>
<title>The meaning of the configure option:</title>
@@ -67,6 +68,14 @@
This switch disables the unnecessary action.</para>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term><envar>PKG_CONFIG=""</envar></term>
+ <listitem>
+ <para>Setting this envronment variable prevents adding unneeded
+ features that may be available on the host.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
<para>Compile the package:</para>
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sun Jan 26 12:14:36 2014 (r10451)
+++ trunk/BOOK/general.ent Mon Jan 27 14:32:09 2014 (r10452)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20140126">
-<!ENTITY releasedate "January 26, 2014">
+<!ENTITY version "SVN-20140127">
+<!ENTITY releasedate "January 27, 2014">
<!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "7.5">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page