Author: matthew
Date: 2012-01-08 15:38:39 -0700 (Sun, 08 Jan 2012)
New Revision: 9706
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/libnl.xml
Log:
Prevent Libnl from installing static libraries.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2012-01-08 14:13:01 UTC (rev 9705)
+++ trunk/BOOK/chapter01/changelog.xml 2012-01-08 22:38:39 UTC (rev 9706)
@@ -41,6 +41,10 @@
<para>2012-01-08</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Prevent Libnl from installing static libraries.
+ Thanks to Ken Moffat for the report.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Upgrade to Coreutils-8.15. Fixes
<ulink url="&lfs-ticket-root;2996">#2996</ulink>.</para>
</listitem>
Modified: trunk/BOOK/chapter06/libnl.xml
===================================================================
--- trunk/BOOK/chapter06/libnl.xml 2012-01-08 14:13:01 UTC (rev 9705)
+++ trunk/BOOK/chapter06/libnl.xml 2012-01-08 22:38:39 UTC (rev 9706)
@@ -43,7 +43,8 @@
<para>Prepare Libnl for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr
--sysconfdir=/etc</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr
--sysconfdir=/etc \
+ --disable-static</userinput></screen>
<para>Compile the package:</para>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page