From f3322c651a75948c2a562be6cda62b4fc2bf0a89 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 13 Jun 2014 11:10:38 +0200 Subject: flowtop: Include netlink dissector to fix build temporarily flowtop links in the dissector modules just for the TC/UDP port lookup feature. Since dissector.h now includes libnl headers, we also need to include the libnl CFLAGS for flowtop build and thus also make it depend on libnl. The real fix for this in the future would be to extract the port lookup from dissector_eth.c and the just link in this module into flowtop instead of the entire dissector stuff. Signed-off-by: Tobias Klauser --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index d9cebff..7d3da70 100755 --- a/configure +++ b/configure @@ -178,6 +178,7 @@ EOF MISSING_DEFS=1 tools_remove "trafgen" tools_remove "netsniff-ng" + tools_remove "flowtop" else echo "[YES]" fi -- cgit v1.2.3-54-g00ecf alue='54ab6db0909061ab7ee07233d3cab86d29f86e6c'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2016-12-27 12:53:44 -0700
committerJonathan Corbet <corbet@lwn.net>2016-12-27 12:53:44 -0700
commit54ab6db0909061ab7ee07233d3cab86d29f86e6c (patch)
treea7650ab5c0fa3a6a3841de8e8693041b3e009054 /tools/testing/selftests/memfd
parent217e2bfab22e740227df09f22165e834cddd8a3b (diff)
parent7ce7d89f48834cefece7804d38fc5d85382edf77 (diff)
Merge tag 'v4.10-rc1' into docs-next
Linux 4.10-rc1
Diffstat (limited to 'tools/testing/selftests/memfd')