source: clfs-embedded/BOOK/beyond-net/common/libnl.xml @ 2697c08

Last change on this file since 2697c08 was 2697c08, checked in by Andrew Bradford <andrew@…>, 11 years ago

Remove libnl patch

No longer using old git repo tarball so patch shouldn't be needed.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-beyond-net-libnl" role="wrap">
9  <?dbhtml filename="libnl.html"?>
10
11  <title>libnl-&libnl-version;</title>
12
13  <indexterm zone="ch-beyond-net-libnl">
14    <primary sortas="a-libnl">libnl</primary>
15  </indexterm>
16
17  <sect2 role="package">
18    <title/>
19
20    <para>libnl is a frontend for interfacing with network cards using netlink. Hostapd requires this library in order to function.</para>
21
22  </sect2>
23
24  <sect2 role="installation">
25    <title>Installation of libnl</title>
26
27    <para os="a">Configure libnl:</para>
28
29<screen os="b"><userinput>CC="${CC} -Os" ./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen>
30
31    <para os="c">Compile the package:</para>
32
33<screen os="d"><userinput>make</userinput></screen>
34
35    <para os="e">Install the package:</para>
36
37<screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
38
39  </sect2>
40
41  <sect2 id="contents-libnl" role="content">
42    <title>Contents of libnl</title>
43
44    <segmentedlist>
45      <segtitle>Installed programs</segtitle>
46
47      <seglistitem>
48        <seg>To be Written</seg>
49      </seglistitem>
50    </segmentedlist>
51
52  </sect2>
53
54</sect1>
Note: See TracBrowser for help on using the repository browser.