diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2019-12-27 19:47:40 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2019-12-27 19:47:40 +0000 |
commit | 0db4eb515e073e144ee200f0ace92318dea9ac2d (patch) | |
tree | 4430581d36d6caad88a7e8b8ba968603e9ccd820 /usr.sbin | |
parent | 6bae5525343318c2650aa633290f7143fe72f699 (diff) |
Build dig with support for the Cookies EDNS option (aka SIT / Source identity
tokens), ok deraadt@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bind/Makefile.bsd-wrapper | 5 |
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 \ |