summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2021-09-27 23:14:36 +0100
committerSimon Kelley <simon@thekelleys.org.uk>2021-09-27 23:16:18 +0100
commitcbbd56c96583af043434af371f37e87fb80078e6 (patch)
tree4922476308e7b62d5dcf77e759cde7a49665b205 /debian/rules
parent2561f9fe0eb9c0be1df48da1e2bd3d3feaa138c2 (diff)
downloaddnsmasq-cbbd56c96583af043434af371f37e87fb80078e6.tar.gz
Build Debian binaries with NFTset support.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 70d4ea8..2354ea9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,6 +52,10 @@ ifeq (,$(filter noidn, $(DEB_BUILD_OPTIONS)))
DEB_COPTS += -DHAVE_LIBIDN2
endif
+ifeq (,$(filter nonftset, $(DEB_BUILD_OPTIONS)))
+ DEB_COPTS += -DHAVE_NFTSET
+endif
+
ifeq (,$(filter noconntrack,$(DEB_BUILD_OPTIONS)))
ifeq ($(DEB_HOST_ARCH_OS),linux)
DEB_COPTS += -DHAVE_CONNTRACK