diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-01-08 22:38:39 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-01-08 22:38:39 +0000 |
commit | 488d7a56b47e935b75dbe717de90f25f55339e83 (patch) | |
tree | 2e4e3a87e0fa5d260d78e94ecfe02c1a9a44421d | |
parent | 02213b996c3831ff523b5b5863b0b08f368e7589 (diff) |
Prevent Libnl from installing static libraries.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/libnl.xml | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5291bfdbc..d48d46148 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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> diff --git a/chapter06/libnl.xml b/chapter06/libnl.xml index e683f8f80..ed4d8b738 100644 --- a/chapter06/libnl.xml +++ b/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> |