Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/bind/lib/libdns Allow building with MKKERBEROS=no



details:   https://anonhg.NetBSD.org/src/rev/dd1977ace5d1
branches:  trunk
changeset: 823943:dd1977ace5d1
user:      manu <manu%NetBSD.org@localhost>
date:      Mon May 15 13:38:34 2017 +0000

description:
Allow building with MKKERBEROS=no

diffstat:

 external/bsd/bind/lib/libdns/Makefile |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 3794acdb145e -r dd1977ace5d1 external/bsd/bind/lib/libdns/Makefile
--- a/external/bsd/bind/lib/libdns/Makefile     Mon May 15 12:07:32 2017 +0000
+++ b/external/bsd/bind/lib/libdns/Makefile     Mon May 15 13:38:34 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2014/03/01 03:24:41 christos Exp $
+#      $NetBSD: Makefile,v 1.14 2017/05/15 13:38:34 manu Exp $
 
 LIB=dns
 #USE_SHLIBDIR=   yes
@@ -24,9 +24,13 @@
 .endfor
 
 DNSSEC_SRCS=   dst_api.c dst_lib.c dst_parse.c dst_result.c \
-       gssapi_link.c gssapictx.c hmac_link.c key.c openssl_link.c \
+       gssapictx.c hmac_link.c key.c openssl_link.c \
        openssldh_link.c openssldsa_link.c opensslrsa_link.c \
-       opensslecdsa_link.c opensslgost_link.c spnego.c
+       opensslecdsa_link.c opensslgost_link.c 
+.if ${MKKERBEROS} != "no"
+DNSSEC_SRCS+=  gssapi_link.c spnego.c
+.endif
+
 
 SRCS=  acl.c acache.c adb.c byaddr.c cache.c callbacks.c clientinfo.c \
        compress.c client.c tsec.c ecdb.c \



Home | Main Index | Thread Index | Old Index