Patch 1 is something I discovered when dealing with the rest. Patches 2 and 3 stem from Fedora package. Actually, I wrote patch 2 from scratch (to avoid patching Makefile) and slightly adjusted patch 3 so it compiles with current sources. Phil Sutter (3): extensions: Drop Makefile Allow customizing lockfile location at configure time extensions: Add AUDIT target Makefile.am | 6 +- configure.ac | 3 + extensions/Makefile | 30 -------- extensions/ebt_AUDIT.c | 110 +++++++++++++++++++++++++++++ include/linux/netfilter/xt_AUDIT.h | 30 ++++++++ libebtc.c | 7 +- 6 files changed, 147 insertions(+), 39 deletions(-) delete mode 100644 extensions/Makefile create mode 100644 extensions/ebt_AUDIT.c create mode 100644 include/linux/netfilter/xt_AUDIT.h -- 2.21.0