diff options
author | 2019-12-25 17:00:14 +0000 | |
---|---|---|
committer | 2019-12-25 17:00:14 +0000 | |
commit | e4df38da065917424de6f7b26f90891151b83c98 (patch) | |
tree | ebb030f245628b1eb8deb5371f6aecb77740ae38 | |
parent | Replace macros knote_alloc() and knote_free() with direct use of (diff) | |
download | wireguard-openbsd-e4df38da065917424de6f7b26f90891151b83c98.tar.xz wireguard-openbsd-e4df38da065917424de6f7b26f90891151b83c98.zip |
disable a few more things which might look in /usr/local.
(I decided to take a look at ktrace -di output of the whole compilation
procedure)
-rw-r--r-- | usr.sbin/bind/Makefile.bsd-wrapper | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/bind/Makefile.bsd-wrapper b/usr.sbin/bind/Makefile.bsd-wrapper index 646d0100cbd..038c864e092 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.18 2019/12/21 21:40:01 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.19 2019/12/25 17:00:14 deraadt Exp $ .include <bsd.own.mk> @@ -7,8 +7,12 @@ CONFIGURE_OPTS= --prefix=/usr \ --localstatedir=/var \ --sysconfdir=/etc \ --disable-backtrace \ + --disable-isc-spnego \ --without-readline \ + --with-python=no \ --disable-idn \ + --with-gssapi=no \ + --with-docbook-xsl=no \ --with-libjson=no \ --disable-shared \ --disable-threads \ |