mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
Prevent Libnl from installing static libraries.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
02213b996c
commit
488d7a56b4
@ -40,6 +40,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2012-01-08</para>
|
<para>2012-01-08</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[matthew] - Prevent Libnl from installing static libraries.
|
||||||
|
Thanks to Ken Moffat for the report.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[matthew] - Upgrade to Coreutils-8.15. Fixes
|
<para>[matthew] - Upgrade to Coreutils-8.15. Fixes
|
||||||
<ulink url="&lfs-ticket-root;2996">#2996</ulink>.</para>
|
<ulink url="&lfs-ticket-root;2996">#2996</ulink>.</para>
|
||||||
|
@ -43,7 +43,8 @@
|
|||||||
|
|
||||||
<para>Prepare Libnl for compilation:</para>
|
<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>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user