kumquat-buildroot/package/iproute2
Peter Korsgaard 102f79865e iproute2: fix build with toolchains providing setns(2)
Fixes http://autobuild.buildroot.net/results/b2f28621bc9d6048057c406048b3f7d665cef165

ipnetns.c contains a replacement setns implementation, which is used
if the toolchain doesn't provide any (HAVE_SETNS not set).

We don't have any knowledge of toolchain setns support on buildroot
level, but the (handwritten) configure script contains a test for it,
so run the configure script before building.

The configure script isn't written for cross compilation, so it needs
to be massaged slightly to use the cross compiler / flags.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-11-03 09:21:25 +01:00
..
Config.in iproute2: fix build on configs without ipv6 support 2011-01-30 01:37:24 +01:00
iproute2-optional-ipv6.patch iproute2: bump to version 2.6.38 2011-04-20 23:06:07 +02:00
iproute2.mk iproute2: fix build with toolchains providing setns(2) 2012-11-03 09:21:25 +01:00