From 74b44605730b770b46f0af0a735051ea6cd7adfd Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 14 Nov 2017 21:58:42 -0800 Subject: iproute2: Update to 2.14.1 --- pkg/iproute2/gen.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkg/iproute2/gen.lua') diff --git a/pkg/iproute2/gen.lua b/pkg/iproute2/gen.lua index ae7aac7d..595424b9 100644 --- a/pkg/iproute2/gen.lua +++ b/pkg/iproute2/gen.lua @@ -4,6 +4,7 @@ cflags{ '-D _GNU_SOURCE', '-D HAVE_SETNS', '-I $srcdir/include', + '-I $srcdir/include/uapi', '-I $srcdir/misc', } @@ -11,7 +12,7 @@ lib('libnetlink.a', [[lib/( libgenl.c ll_map.c libnetlink.c utils.c rt_names.c ll_types.c ll_proto.c ll_addr.c - inet_proto.c namespace.c json_writer.c + inet_proto.c namespace.c json_writer.c json_print.c names.c color.c bpf.c exec.c fs.c (dnet ipx mpls)_ntop.c (dnet ipx mpls)_pton.c )]]) -- cgit v1.2.3