Armin K. wrote:
On 06/28/2015 12:41 PM, Frans de Boer wrote:
I just tried to compile the new iproute2. It is not a minor version change 
since they have integrated some hooks regarding netfilter and traffic control. 
It requires now 'libmnl' to be present before compiling.

libmnl is a small library which is not dependent on other externals. Once 
compiled and installed, iproute2 compiles too.

instructions for libmnl are strait forward:

./configure --prefix=/lib --libdir=/usr/lib
make
make check (no errors)
make install

it installs only a shared library by default.

Regards, Frans.

libmnl can be ommited. We don't need the program it's built when libmnl is 
present.

sed -i "/SUBDIRS/s:tipc ::g" Makefile

There is only one mention of tipc in Makefile, so it can be made simplier:

sed -i "s/tipc //" Makefile

  -- Bruce
--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to