git: fix build with with no threads
[buildroot-gz.git] / package / ipset / ipset.mk
blobd4b01d92bee5282c1dfdbcd30be66f511f6968a4
1 ################################################################################
3 # ipset
5 ################################################################################
7 IPSET_VERSION = 6.32
8 IPSET_SOURCE = ipset-$(IPSET_VERSION).tar.bz2
9 IPSET_SITE = http://ipset.netfilter.org
10 IPSET_DEPENDENCIES = libmnl host-pkgconf
11 IPSET_CONF_OPTS = --with-kmod=no
12 IPSET_LICENSE = GPLv2
13 IPSET_LICENSE_FILES = COPYING
14 IPSET_INSTALL_STAGING = YES
16 $(eval $(autotools-package))