Commit ca99c04d authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

ipset: ensure target kernel headers are used



ipsets configure script checks the kernel headers to ensure the kernel
is new enough / has patch applied, and errors out if this is not so.

Ensure that the target kernel headers are searched, rather than
what is available on the build host.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent d58aab89
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,5 +9,6 @@ IPSET_SOURCE = ipset-$(IPSET_VERSION).tar.bz2
IPSET_SITE = http://ipset.netfilter.org
IPSET_AUTORECONF = YES
IPSET_DEPENDENCIES = libmnl host-pkg-config
IPSET_CONF_OPT = --with-ksource=$(LINUX_HEADERS_DIR)

$(eval $(call AUTOTARGETS,package,ipset))