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/b8f527afb117
branches:  trunk
changeset: 449500:b8f527afb117
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 628f96b60910 -r b8f527afb117 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