pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/bind911 bind911: Explicitly disable gssapi.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2ead57732118
branches: trunk
changeset: 457465:2ead57732118
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Aug 26 17:00:56 2021 +0000
description:
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).
diffstat:
net/bind911/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 4e9732216884 -r 2ead57732118 net/bind911/Makefile
--- a/net/bind911/Makefile Thu Aug 26 13:20:40 2021 +0000
+++ b/net/bind911/Makefile Thu Aug 26 17:00:56 2021 +0000
@@ -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-threads
.endif
CONFIGURE_ARGS.DragonFly+= --disable-kqueue
+CONFIGURE_ARGS+= --without-gssapi
PKG_GROUPS_VARS+= BIND_GROUP
PKG_USERS_VARS= BIND_USER
Home |
Main Index |
Thread Index |
Old Index