pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/bind916



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul 22 19:08:18 UTC 2024

Modified Files:
        pkgsrc/net/bind916: options.mk

Log Message:
bind916: use KRB5_CONFIG


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/bind916/options.mk

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

Modified files:

Index: pkgsrc/net/bind916/options.mk
diff -u pkgsrc/net/bind916/options.mk:1.6 pkgsrc/net/bind916/options.mk:1.7
--- pkgsrc/net/bind916/options.mk:1.6   Mon Jul 22 18:18:01 2024
+++ pkgsrc/net/bind916/options.mk       Mon Jul 22 19:08:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2024/07/22 18:18:01 adam Exp $
+# $NetBSD: options.mk,v 1.7 2024/07/22 19:08:18 adam Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.bind916
 PKG_SUPPORTED_OPTIONS= bind-dig-sigchase bind-xml-statistics-server
@@ -88,8 +88,8 @@ LDFLAGS+=             -lGeoIP
 .endif
 
 .if !empty(PKG_OPTIONS:Mgssapi)
-CONFIGURE_ARGS+=       --with-gssapi=${KRB5BASE}/bin/krb5-config
 .include "../../mk/krb5.buildlink3.mk"
+CONFIGURE_ARGS+=       --with-gssapi=${KRB5_CONFIG}
 .else
 CONFIGURE_ARGS+=       --without-gssapi
 .endif



Home | Main Index | Thread Index | Old Index