Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/nsd libpthread isn't used



details:   https://anonhg.NetBSD.org/src/rev/ab0f20382765
branches:  trunk
changeset: 448939:ab0f20382765
user:      prlw1 <prlw1%NetBSD.org@localhost>
date:      Thu Feb 14 14:40:07 2019 +0000

description:
libpthread isn't used

diffstat:

 external/bsd/nsd/Makefile.inc |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r b73fad1119c2 -r ab0f20382765 external/bsd/nsd/Makefile.inc
--- a/external/bsd/nsd/Makefile.inc     Thu Feb 14 14:30:20 2019 +0000
+++ b/external/bsd/nsd/Makefile.inc     Thu Feb 14 14:40:07 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.5 2018/10/12 09:43:59 hannken Exp $
+# $NetBSD: Makefile.inc,v 1.6 2019/02/14 14:40:07 prlw1 Exp $
 
 .include <bsd.own.mk>
 
@@ -23,7 +23,6 @@
 DPLIBS+= crypto ${NETBSDSRCDIR}/crypto/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/lib/libcrypto
 DPLIBS+= crypt ${NETBSDSRCDIR}/lib/libcrypt
 DPLIBS+= util ${NETBSDSRCDIR}/lib/libutil
-DPLIBS+= pthread ${NETBSDSRCDIR}/lib/libpthread
 
 __subst: .USE
        ${TOOL_SED} \



Home | Main Index | Thread Index | Old Index