Compile-in IPSET by default.

This commit is contained in:
Simon Kelley
2013-03-21 17:56:06 +00:00
parent 6e37ab595c
commit 3ddad24608
2 changed files with 4 additions and 6 deletions

6
debian/rules vendored
View File

@@ -33,10 +33,8 @@ ifeq ($(DEB_BUILD_ARCH_OS),linux)
endif
endif
ifeq (,$(filter noipset,$(DEB_BUILD_OPTIONS)))
ifeq ($(DEB_BUILD_ARCH_OS),linux)
COPTS += -DHAVE_IPSET
endif
ifneq (,$(filter noipset,$(DEB_BUILD_OPTIONS)))
COPTS += -DNO_IPSET
endif
ifneq (,$(filter nodhcp6,$(DEB_BUILD_OPTIONS)))