summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2021-08-26 17:00:56 +0000
committerjperkin <jperkin@pkgsrc.org>2021-08-26 17:00:56 +0000
commit2e0c449ac59af021b8ba38b7633843526f6149a0 (patch)
tree49979066a06c9390a9661cccacbe07b6e15b40fa
parent58930ca043110b32ba6d432ed7653430d2337378 (diff)
downloadpkgsrc-2e0c449ac59af021b8ba38b7633843526f6149a0.tar.gz
bind911: Explicitly disable gssapi.
At some point it should be a proper option, but until then it needs to be disabled to avoid bad detection (krb5 isn't even buildlinked).
-rw-r--r--net/bind911/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bind911/Makefile b/net/bind911/Makefile
index ae04b75448d..db63960a905 100644
--- a/net/bind911/Makefile
+++ b/net/bind911/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2021/08/19 02:59:13 taca Exp $
+# $NetBSD: Makefile,v 1.50 2021/08/26 17:00:56 jperkin Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
@@ -43,6 +43,7 @@ CONFIGURE_ARGS+= --disable-atomic
CONFIGURE_ARGS+= --disable-threads
.endif
CONFIGURE_ARGS.DragonFly+= --disable-kqueue
+CONFIGURE_ARGS+= --without-gssapi
PKG_GROUPS_VARS+= BIND_GROUP
PKG_USERS_VARS= BIND_USER