diff options
| author | Michael Forney <mforney@mforney.org> | 2017-11-14 21:58:42 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-11-14 21:58:42 -0800 |
| commit | 74b44605730b770b46f0af0a735051ea6cd7adfd (patch) | |
| tree | 7a7977d7944c74c55b7a49130e190b34a60f08d0 /pkg/iproute2/gen.lua | |
| parent | 71b508da37cfaa10ff762d49c3427173dfa217a6 (diff) | |
iproute2: Update to 2.14.1
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 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 )]]) |
