Changeset 6b16126


Ignore:
Timestamp:
Feb 18, 2012, 6:01:10 AM (12 years ago)
Author:
Jonathan Norman <jon@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
33e808a
Parents:
a486db8
Message:

Fixed IPRoute2 compilation issue by removing unused libnl headers

Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/iproute2.xml

    ra486db8 r6b16126  
    3838rm man/man8/arpd.8</userinput></screen>
    3939
     40    <para os="f1">Remove unused libnl headers:</para>
     41   
     42    <screen os="f2"><userinput>sed -i '/netlink\//d' ip/ipl2tp.c</userinput></screen>
     43
    4044    <para os="a">Compile the package:</para>
    4145
  • BOOK/final-system/multilib/iproute2.xml

    ra486db8 r6b16126  
    2929    href="../common/iproute2.xml"
    3030    xpointer="xpointer(//*[@os='s2'])"/>
     31   
     32    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     33    href="../common/iproute2.xml"
     34    xpointer="xpointer(//*[@os='f1'])"/>
     35   
     36    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     37    href="../common/iproute2.xml"
     38    xpointer="xpointer(//*[@os='f2'])"/>
    3139
    3240    <para os="p1">This patch adds the ability to update the LIBDIR path:</para>
  • BOOK/general.ent

    ra486db8 r6b16126  
    33<!ENTITY month "02"> <!-- Use two digits -->
    44<!ENTITY month_name "Febuary">
    5 <!ENTITY day "17"> <!-- Use two digits -->
     5<!ENTITY day "18"> <!-- Use two digits -->
    66<!ENTITY year "2012"> <!-- Use four digits -->
    77
  • BOOK/introduction/common/changelog.xml

    ra486db8 r6b16126  
    3737-->
    3838
    39 <listitem>
    40   <para>17 February 2012</para>
    41   <itemizedlist>
    4239    <listitem>
    43       <para>[Jonathan] - Added Iana-etc patch and update command.</para>
     40      <para>18 February 2012</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Jonathan] - Fixed IPRoute2 compilation issue by
     44            removing unused libnl headers.</para>
     45        </listitem>
     46      </itemizedlist>
    4447    </listitem>
     48
    4549    <listitem>
    46       <para>[Jonathan] - Replaced ClooG-PPL with ClooG-0.16.3.</para>
     50      <para>17 February 2012</para>
     51      <itemizedlist>
     52        <listitem>
     53          <para>[Jonathan] - Added Iana-etc patch and update command.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[Jonathan] - Replaced ClooG-PPL with ClooG-0.16.3.</para>
     57        </listitem>
     58      </itemizedlist>
    4759    </listitem>
    48   </itemizedlist>
    49 </listitem>
    5060
    5161    <listitem>
Note: See TracChangeset for help on using the changeset viewer.