diff options
| author | Michael Forney <mforney@mforney.org> | 2021-12-04 00:55:33 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-12-22 00:15:18 -0800 |
| commit | c0783c3e639313e7a027fb754ff1c44c824d0ee9 (patch) | |
| tree | c1cff2368d5d8957bd36d039de2146e9950ed8f5 /pkg/iproute2/gen.lua | |
| parent | d88d1365e6dd40e8dc5185485e6d058817683b31 (diff) | |
iproute2: Update to 5.15.0
Diffstat (limited to 'pkg/iproute2/gen.lua')
| -rw-r--r-- | pkg/iproute2/gen.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/iproute2/gen.lua b/pkg/iproute2/gen.lua index ad890422..5f47ba29 100644 --- a/pkg/iproute2/gen.lua +++ b/pkg/iproute2/gen.lua @@ -5,6 +5,7 @@ cflags{ '-Wno-cpp', -- we don't have libmnl '-D _GNU_SOURCE', '-D HAVE_SETNS', + '-D HAVE_HANDLE_AT', [[-D 'NETNS_RUN_DIR="/run/netns"']], '-I $srcdir/include', '-I $srcdir/include/uapi', @@ -38,7 +39,7 @@ exe('bin/ip', [[ip/( iplink_bridge.c iplink_bridge_slave.c ipfou.c iplink_ipvlan.c iplink_geneve.c iplink_vrf.c iproute_lwtunnel.c ipmacsec.c ipila.c ipvrf.c iplink_xstats.c ipseg6.c iplink_netdevsim.c iplink_rmnet.c - ipnexthop.c ipmptcp.c iplink_bareudp.c + ipnexthop.c ipmptcp.c iplink_bareudp.c iplink_wwan.c ipioam6.c ) libnetlink.a]]) file('bin/ip', '755', '$outdir/bin/ip') |
