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_r add missing tpool.c. fi...
details: https://anonhg.NetBSD.org/src/rev/f35503f57aba
branches: trunk
changeset: 1022975:f35503f57aba
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Aug 17 01:59:16 2021 +0000
description:
add missing tpool.c. fixes libreoffice build.
diffstat:
external/bsd/openldap/lib/libldap_r/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 374a993487d0 -r f35503f57aba external/bsd/openldap/lib/libldap_r/Makefile
--- a/external/bsd/openldap/lib/libldap_r/Makefile Mon Aug 16 20:27:31 2021 +0000
+++ b/external/bsd/openldap/lib/libldap_r/Makefile Tue Aug 17 01:59:16 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/08/14 16:15:04 christos Exp $
+# $NetBSD: Makefile,v 1.7 2021/08/17 01:59:16 mrg Exp $
USE_FORT?= yes
CWARNFLAGS.clang= -Wno-format-extra-args
@@ -11,7 +11,7 @@
SRCS+= threads.c rdwr.c rq.c \
thr_posix.c thr_thr.c thr_nt.c \
- thr_pth.c thr_debug.c
+ thr_pth.c thr_debug.c tpool.c
COPTS+= -pthread
LIBDPLIBS+= pthread ${.CURDIR}/../../../../../lib/libpthread
Home |
Main Index |
Thread Index |
Old Index