From 8dd10256cb24ceade8b40bd1604f03ddac8589e2 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 29 Jun 2010 21:14:40 +0200 Subject: ipset 5: Sparc related and compatibility fixes ipset 5 is tested on Sparc, which revealed some compatibility issues and those are fixed. Kernels from 2.6.31 onward are supported. The testsuite checkings are completed to run match/target checks. The README file is updated to reflect the requirements to install and run ipset 5. --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e5c1c83..7225f86 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,10 @@ endif SUBDIRS = lib src modules: - cd kernel; make -C $(KBUILD_OUTPUT) M=`pwd` V=$V IP_SET_MAX=$(IP_SET_MAX) modules + cd kernel; make -C $(KBUILD_OUTPUT) M=`pwd` V=$V \ + IP_SET_MAX=$(IP_SET_MAX) \ + NETLINK_DUMP_CONST=$(NETLINK_DUMP_CONST) \ + NFNL_CB_CONST=$(NFNL_CB_CONST) modules modules_install: cd kernel; make -C $(KBUILD_OUTPUT) M=`pwd` modules_install -- cgit v1.2.3