pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/bind918
Module Name: pkgsrc
Committed By: adam
Date: Mon Jul 22 19:07:58 UTC 2024
Modified Files:
pkgsrc/net/bind918: options.mk
Log Message:
bind918: use KRB5_CONFIG
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/bind918/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/bind918/options.mk
diff -u pkgsrc/net/bind918/options.mk:1.3 pkgsrc/net/bind918/options.mk:1.4
--- pkgsrc/net/bind918/options.mk:1.3 Mon Jul 22 18:09:01 2024
+++ pkgsrc/net/bind918/options.mk Mon Jul 22 19:07:58 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2024/07/22 18:09:01 adam Exp $
+# $NetBSD: options.mk,v 1.4 2024/07/22 19:07:58 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.bind
PKG_SUPPORTED_OPTIONS= bind-dig-sigchase bind-xml-statistics-server
@@ -90,8 +90,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