ca99c04d26
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: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
406 B
Makefile
15 lines
406 B
Makefile
#############################################################
|
|
#
|
|
# ipset
|
|
#
|
|
#############################################################
|
|
|
|
IPSET_VERSION = 6.8
|
|
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))
|