Changeset 851ed2f


Ignore:
Timestamp:
11/13/2016 09:38:16 PM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c506c3d
Parents:
8df33ae3
Message:

Fix net-tools for linux-4.8 headers.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17952 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r8df33ae3 r851ed2f  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[ken] - Fix Net-tools build breakage with 4.8 kernel headers,
     51          originally reported by John Burrell.</para>
     52        </listitem>
     53        <listitem>
    5054          <para>[dj] - Add polkit configuration for Network Manager.</para>
    5155        </listitem>
  • networking/netprogs/net-tools.xml

    r8df33ae3 r851ed2f  
    105105
    106106<screen><userinput>patch -Np1 -i ../net-tools-&net-tools-version;-remove_dups-1.patch &amp;&amp;
     107sed -i '/#include &lt;netinet\/ip.h&gt;/d'  iptunnel.c &amp;&amp;
    107108
    108109yes "" | make config &amp;&amp;
     
    119120  <sect2 role="commands">
    120121    <title>Command Explanations</title>
     122
     123    <para><command>sed -i '/#include &lt;netinet\/ip.h&gt;/d' iptunnel.c</command>:
     124    This fixes build breakage with linux-4.8 headers.</para>
    121125<!--
    122126    <para><command>sed -i -e '/Token/s/y$/n/' config.in</command>: Change the
Note: See TracChangeset for help on using the changeset viewer.