Browse Source

Prevent Libnl from installing static libraries.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 13 years ago
parent
commit
488d7a56b4
2 changed files with 6 additions and 1 deletions
  1. 4 0
      chapter01/changelog.xml
  2. 2 1
      chapter06/libnl.xml

+ 4 - 0
chapter01/changelog.xml

@@ -40,6 +40,10 @@
     <listitem>
       <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>

+ 2 - 1
chapter06/libnl.xml

@@ -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>