mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
libnl 3.2.9
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10213 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
41fb69b1a2
commit
d61e48e3ac
@ -532,7 +532,7 @@ $Date$
|
||||
<!ENTITY libchamplain-version "0.12.2">
|
||||
<!ENTITY libgdata-version "0.12.0">
|
||||
<!ENTITY libnice-version "0.1.2">
|
||||
<!ENTITY libnl-version "3.2.3">
|
||||
<!ENTITY libnl-version "3.2.9">
|
||||
<!ENTITY libpcap-version "1.1.1">
|
||||
<!ENTITY libproxy-version "0.4.7">
|
||||
<!ENTITY librest-version "0.7.12">
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>May 16th, 2012</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[rthomsen] - Upgrade to libnl 3.2.9.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[krejzi] - At-Spi2 Core 2.4.2.</para>
|
||||
</listitem>
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY libnl-download-http "http://www.infradead.org/~tgr/libnl/files/libnl-&libnl-version;.tar.gz">
|
||||
<!ENTITY libnl-download-ftp " ">
|
||||
<!ENTITY libnl-md5sum "dbbb44801e833cf9ca4fdc943f2a58ee">
|
||||
<!ENTITY libnl-md5sum "c13adec0239b266207fff07d79e5ce9e">
|
||||
<!ENTITY libnl-size "1.1 MB">
|
||||
<!ENTITY libnl-buildsize "33 MB">
|
||||
<!ENTITY libnl-buildsize "16 MB">
|
||||
<!ENTITY libnl-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
<para>The <application>libnl</application> suite is a collection of libraries
|
||||
providing APIs to netlink protocol based Linux kernel interfaces.</para>
|
||||
|
||||
&lfs70_built;
|
||||
&lfs71_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -67,7 +67,9 @@
|
||||
<para>Install <application>libnl</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &&
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--disable-static &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not have a testsuite.</para>
|
||||
@ -93,7 +95,7 @@ make</userinput></screen>
|
||||
to create a directory <filename class="directory">/usr/etc</filename> which
|
||||
is not desirable.</para>
|
||||
|
||||
<para><option>--enable-static=no</option>: This switch prevents the static
|
||||
<para><option>--disable-static</option>: This switch prevents the static
|
||||
libraries being installed.</para>
|
||||
|
||||
</sect2>
|
||||
@ -103,16 +105,19 @@ make</userinput></screen>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>libnl-3.{a,so}, libnl-cli-3.{a,so}, libnl-genl-3.{a,so}, libnl-nf-3.{a,so}, libnl-route-3.{a,so}</seg>
|
||||
<seg>/usr/include/libnl3</seg>
|
||||
<seg>genl-ctrl-list, nl-class-add, nl-class-delete, nl-class-list
|
||||
nl-classid-lookup, nl-cls-add, nl-cls-delete, nl-cls-list, nl-link-list
|
||||
nl-pktloc-lookup, nl-qdisc-add, nl-qdisc-delete and nl-qdisc-list</seg>
|
||||
<seg>libnl-3.so, libnl-cli-3.so, libnl-genl-3.so, libnl-nf-3.so and
|
||||
libnl-route-3.so</seg>
|
||||
<seg>/etc/libnl, /usr/include/libnl3 and /usr/lib/libnl</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<!--
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
@ -129,7 +134,7 @@ make</userinput></screen>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
-->
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
Loading…
Reference in New Issue
Block a user