summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2019-12-27 19:47:39 +0000
committersthen <sthen@openbsd.org>2019-12-27 19:47:39 +0000
commitaae56af4638659b96faf768fef079601f8462db0 (patch)
treef28efd6214e8c392924ffbe7e1cec7c5b717e3ef
parentSupport regex search in copy mode, from Anindya Mukherjee in GitHub (diff)
downloadwireguard-openbsd-aae56af4638659b96faf768fef079601f8462db0.tar.xz
wireguard-openbsd-aae56af4638659b96faf768fef079601f8462db0.zip
Build dig with support for the Cookies EDNS option (aka SIT / Source identity
tokens), ok deraadt@
-rw-r--r--usr.sbin/bind/Makefile.bsd-wrapper5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/bind/Makefile.bsd-wrapper b/usr.sbin/bind/Makefile.bsd-wrapper
index 038c864e092..3230c345362 100644
--- a/usr.sbin/bind/Makefile.bsd-wrapper
+++ b/usr.sbin/bind/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.19 2019/12/25 17:00:14 deraadt Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.20 2019/12/27 19:47:39 sthen Exp $
.include <bsd.own.mk>
@@ -16,7 +16,8 @@ CONFIGURE_OPTS= --prefix=/usr \
--with-libjson=no \
--disable-shared \
--disable-threads \
- --disable-openssl-version-check
+ --disable-openssl-version-check \
+ --enable-sit
PROG= bin/dig/dig \
bin/dig/host \