From a839a6ad1dd48802e50fddca2747eea511b65826 Mon Sep 17 00:00:00 2001 From: Vadim Kochan Date: Sun, 19 Jul 2015 14:41:19 +0300 Subject: bpf: Use sysctl helpers to enable bpf jit compiler Use sysctl helpers to set /proc/sys/net/core/bpf_jit_enable param. Signed-off-by: Vadim Kochan Signed-off-by: Daniel Borkmann --- astraceroute/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'astraceroute/Makefile') diff --git a/astraceroute/Makefile b/astraceroute/Makefile index 2e80a11..bbf9e88 100644 --- a/astraceroute/Makefile +++ b/astraceroute/Makefile @@ -17,6 +17,7 @@ astraceroute-objs = xmalloc.o \ dev.o \ ring.o \ die.o \ + sysctl.o \ astraceroute.o ifeq ($(CONFIG_GEOIP), 1) -- cgit v1.2.3-54-g00ecf