pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/bind911



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Aug 26 17:00:56 UTC 2021

Modified Files:
        pkgsrc/net/bind911: Makefile

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/net/bind911/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/bind911/Makefile
diff -u pkgsrc/net/bind911/Makefile:1.49 pkgsrc/net/bind911/Makefile:1.50
--- pkgsrc/net/bind911/Makefile:1.49    Thu Aug 19 02:59:13 2021
+++ pkgsrc/net/bind911/Makefile Thu Aug 26 17:00:56 2021
@@ -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



Home | Main Index | Thread Index | Old Index