summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2019-08-23 22:31:30 +0100
committerSimon Kelley <simon@thekelleys.org.uk>2019-08-23 22:31:30 +0100
commit5a9133498562a0b69b287ad675ed3946803ea90c (patch)
tree5e526445355f4fe54a4fdb657ba1b8c076e35fda /debian/rules
parente198fe833a161418517ec63db06a4528dedd3ec4 (diff)
downloaddnsmasq-5a9133498562a0b69b287ad675ed3946803ea90c.tar.gz
Debian package: link against libidn2.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index c826039..fcb02c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,7 +49,7 @@ ifeq (,$(filter nodbus,$(DEB_BUILD_OPTIONS)))
endif
ifeq (,$(filter noidn, $(DEB_BUILD_OPTIONS)))
- DEB_COPTS += -DHAVE_IDN
+ DEB_COPTS += -DHAVE_LIBIDN2
endif
ifeq (,$(filter noconntrack,$(DEB_BUILD_OPTIONS)))