source: clfs-embedded/BOOK/beyond-clfs/common/libnl.xml @ 884672b

Last change on this file since 884672b was 884672b, checked in by Maarten Lankhorst <mlankhorst@…>, 15 years ago

book: Add hostapd and libnl to beyond section

  • Property mode set to 100644
File size: 1.5 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-bclfs-libnl" role="wrap">
9  <?dbhtml filename="libnl.html"?>
10
11  <title>libnl-&libnl-version;</title>
12
13  <indexterm zone="ch-bclfs-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="p1">Apply patch to fix a compile and build issue:</para>
28
29    <screen os="p2"><userinput>patch -Np1 -i ../&libnl-fixes-patch;</userinput></screen>
30
31    <para os="a">Configure libnl:</para>
32
33<screen os="b"><userinput>CC="${CC} ${BUILD} -Os" ./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen>
34
35    <para os="c">Compile the package:</para>
36
37<screen os="d"><userinput>make</userinput></screen>
38
39    <para os="e">Install the package:</para>
40
41<screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
42
43  </sect2>
44
45  <sect2 id="contents-libnl" role="content">
46    <title>Contents of libnl</title>
47
48    <segmentedlist>
49      <segtitle>Installed programs</segtitle>
50
51      <seglistitem>
52        <seg>To be Written</seg>
53      </seglistitem>
54    </segmentedlist>
55
56  </sect2>
57
58</sect1>
Note: See TracBrowser for help on using the repository browser.