File 0246-Include-ldap_log.h-in-devel.patch of Package openldap2.43001
From 316c2b83fa871d7bf4914c4a91b9ad3c283e6e10 Mon Sep 17 00:00:00 2001 From: William Brown <william@blackhats.net.au> Date: Sat, 28 Feb 2026 11:57:10 +1000 Subject: [PATCH] Include ldap_log.h in -devel --- include/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/Makefile.in b/include/Makefile.in index d40e1cdd4a..990a3b0820 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -21,7 +21,8 @@ install-local: FORCE $(srcdir)/ldap.h $(srcdir)/ldap_cdefs.h \ $(srcdir)/ldap_schema.h $(srcdir)/ldap_utf8.h \ $(srcdir)/slapi-plugin.h ldap_features.h \ - $(srcdir)/ldif.h ; \ + $(srcdir)/ldif.h \ + $(srcdir)/ldap_log.h ; \ do \ $(INSTALL) $(INSTALLFLAGS) -m 644 $$header $(DESTDIR)$(includedir); \ done -- 2.50.1 (Apple Git-155)