Source-Changes-HG archive

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

[src/trunk]: src/sbin/cgdconfig -lpthread to LDADD (fixes lint build)



details:   https://anonhg.NetBSD.org/src/rev/92750edce046
branches:  trunk
changeset: 1026534:92750edce046
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 28 02:01:30 2021 +0000

description:
-lpthread to LDADD (fixes lint build)

diffstat:

 sbin/cgdconfig/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 58c34bd6a1da -r 92750edce046 sbin/cgdconfig/Makefile
--- a/sbin/cgdconfig/Makefile   Sun Nov 28 00:21:12 2021 +0000
+++ b/sbin/cgdconfig/Makefile   Sun Nov 28 02:01:30 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2021/11/22 14:34:35 nia Exp $
+# $NetBSD: Makefile,v 1.17 2021/11/28 02:01:30 christos Exp $
 
 RUMPPRG=cgdconfig
 MAN=   cgdconfig.8
@@ -31,7 +31,7 @@
 
 PROGDPLIBS+=   argon2 ${ARGON2DIR}/lib/libargon2
 
-LDADD+=                -pthread
+LDADD+=                -lpthread
 DPADD+=                ${LIBPTHREAD}
 .endif
 



Home | Main Index | Thread Index | Old Index