e935601d70
Support for ipset is added by the system/iptables module in the SELinux refpolicy. Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
18 lines
500 B
Makefile
18 lines
500 B
Makefile
################################################################################
|
|
#
|
|
# ipset
|
|
#
|
|
################################################################################
|
|
|
|
IPSET_VERSION = 7.6
|
|
IPSET_SOURCE = ipset-$(IPSET_VERSION).tar.bz2
|
|
IPSET_SITE = http://ipset.netfilter.org
|
|
IPSET_DEPENDENCIES = libmnl host-pkgconf
|
|
IPSET_CONF_OPTS = --with-kmod=no
|
|
IPSET_LICENSE = GPL-2.0
|
|
IPSET_LICENSE_FILES = COPYING
|
|
IPSET_INSTALL_STAGING = YES
|
|
IPSET_SELINUX_MODULES = iptables
|
|
|
|
$(eval $(autotools-package))
|