From 1609679b1ef3611c71a08900c2f6b94bb97d454d Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Tue, 18 Jul 2017 14:12:36 +0200 Subject: backends: Don't depend on linux/bpf.h to compile bpf disassembler. We only need a few constants and one structure definition from linux/bpf. Just define those in a local lib/bpf.h file. This makes sure the bpf disassembler is always build and included even when elfutils is build on older GNU/Linux systems (and even on other platforms). Signed-off-by: Mark Wielaard --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c9db732c..b5f7095b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-07-18 Mark Wielaard + + * configure.ac: Don't check for linux/bpf.h. + * NEWS: Mention always build bpf backend. + 2017-07-14 Mark Wielaard * NEWS: Add 0.170 section and new strip options. -- cgit v1.2.3