diff options
| author | 2019-12-16 17:16:12 +0000 | |
|---|---|---|
| committer | 2019-12-16 17:16:12 +0000 | |
| commit | ca8bd338e356ba9064f9e2e698af8c130bc8b64a (patch) | |
| tree | 26cc459e082e2d981e3a9b2fb394d7af50b7a0b2 | |
| parent | If /dev/fd/X is a symlink and realpath() expands symlinks, /dev/fd/X (diff) | |
| download | wireguard-openbsd-ca8bd338e356ba9064f9e2e698af8c130bc8b64a.tar.xz wireguard-openbsd-ca8bd338e356ba9064f9e2e698af8c130bc8b64a.zip | |
don't pick up libjson, it also adds /usr/local/include to header search path
| -rw-r--r-- | usr.sbin/bind/Makefile.bsd-wrapper | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bind/Makefile.bsd-wrapper b/usr.sbin/bind/Makefile.bsd-wrapper index c02495d2274..def9913606c 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.16 2019/12/16 16:16:22 deraadt Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.17 2019/12/16 17:16:12 sthen Exp $ .include <bsd.own.mk> @@ -9,6 +9,7 @@ CONFIGURE_OPTS= --prefix=/usr \ --disable-backtrace \ --without-readline \ --disable-idn \ + --with-libjson=no \ --disable-shared \ --disable-threads \ --disable-openssl-version-check |
