Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/blacklist/lib We don't need to depend on pthreads.
details: https://anonhg.NetBSD.org/src/rev/36702b49e1b9
branches: trunk
changeset: 997460:36702b49e1b9
user: christos <christos%NetBSD.org@localhost>
date: Fri Mar 08 20:40:05 2019 +0000
description:
We don't need to depend on pthreads.
diffstat:
external/bsd/blacklist/lib/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 4635fd82a466 -r 36702b49e1b9 external/bsd/blacklist/lib/Makefile
--- a/external/bsd/blacklist/lib/Makefile Fri Mar 08 20:35:10 2019 +0000
+++ b/external/bsd/blacklist/lib/Makefile Fri Mar 08 20:40:05 2019 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2016/01/05 13:07:46 christos Exp $
+# $NetBSD: Makefile,v 1.7 2019/03/08 20:40:05 christos Exp $
.include <bsd.own.mk>
USE_SHLIBDIR= yes
CPPFLAGS+=-D_REENTRANT
-LIBDPLIBS+=pthread ${NETBSDSRCDIR}/lib/libpthread
+#LIBDPLIBS+=pthread ${NETBSDSRCDIR}/lib/libpthread
LIB=blacklist
SRCS=bl.c blacklist.c
MAN=libblacklist.3
Home |
Main Index |
Thread Index |
Old Index