IPset support in debian build.

This commit is contained in:
Simon Kelley
2013-02-22 21:55:29 +00:00
parent 13d86c7372
commit 3b323bda58
3 changed files with 9 additions and 1 deletions

6
debian/rules vendored
View File

@@ -33,6 +33,12 @@ ifeq ($(DEB_BUILD_ARCH_OS),linux)
endif
endif
ifeq (,$(filter noipset,$(DEB_BUILD_OPTIONS)))
ifeq ($(DEB_BUILD_ARCH_OS),linux)
COPTS += -DHAVE_IPSET
endif
endif
ifneq (,$(filter nodhcp6,$(DEB_BUILD_OPTIONS)))
COPTS += -DNO_DHCP6
endif