Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/openldap/lib/libldap Fix broken build with MKKE...



details:   https://anonhg.NetBSD.org/src/rev/27fa4154892f
branches:  trunk
changeset: 985903:27fa4154892f
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon Sep 13 01:12:36 2021 +0000

description:
Fix broken build with MKKERBEROS=no

diffstat:

 external/bsd/openldap/lib/libldap/Makefile.libldap |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3d6f7ac9b872 -r 27fa4154892f external/bsd/openldap/lib/libldap/Makefile.libldap
--- a/external/bsd/openldap/lib/libldap/Makefile.libldap        Sun Sep 12 17:30:53 2021 +0000
+++ b/external/bsd/openldap/lib/libldap/Makefile.libldap        Mon Sep 13 01:12:36 2021 +0000
@@ -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+=         tls2.c tls_o.c tls_g.c
 
-CPPFLAGS+=     -DLDAP_LIBRARY -DHAVE_GSSAPI
+CPPFLAGS+=     -DLDAP_LIBRARY
 
 LIBDPLIBS+=    lber    ${.CURDIR}/../liblber
 



Home | Main Index | Thread Index | Old Index