Module Name: src
Committed By: dholland
Date: Mon Sep 13 01:12:36 UTC 2021
Modified Files:
src/external/bsd/openldap/lib/libldap: Makefile.libldap
Log Message:
Fix broken build with MKKERBEROS=no
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 \
src/external/bsd/openldap/lib/libldap/Makefile.libldap
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/openldap/lib/libldap/Makefile.libldap
diff -u src/external/bsd/openldap/lib/libldap/Makefile.libldap:1.12 src/external/bsd/openldap/lib/libldap/Makefile.libldap:1.13
--- src/external/bsd/openldap/lib/libldap/Makefile.libldap:1.12 Sun Aug 15 10:33:58 2021
+++ src/external/bsd/openldap/lib/libldap/Makefile.libldap Mon Sep 13 01:12:36 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.libldap,v 1.12 2021/08/15 10:33:58 christos Exp $
+# $NetBSD: Makefile.libldap,v 1.13 2021/09/13 01:12:36 dholland Exp $
.include "../../openldap.mk"
@@ -20,7 +20,7 @@ SRCS+= bind.c open.c result.c error.c c
SRCS+= tls2.c tls_o.c tls_g.c
-CPPFLAGS+= -DLDAP_LIBRARY -DHAVE_GSSAPI
+CPPFLAGS+= -DLDAP_LIBRARY
LIBDPLIBS+= lber ${.CURDIR}/../liblber