Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/fs/vfs Fix static linking.
details: https://anonhg.NetBSD.org/src/rev/f78487e2258c
branches: trunk
changeset: 817607:f78487e2258c
user: christos <christos%NetBSD.org@localhost>
date: Sat Aug 27 08:38:58 2016 +0000
description:
Fix static linking.
diffstat:
tests/fs/vfs/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r ca2c067d5c1b -r f78487e2258c tests/fs/vfs/Makefile
--- a/tests/fs/vfs/Makefile Sat Aug 27 08:03:47 2016 +0000
+++ b/tests/fs/vfs/Makefile Sat Aug 27 08:38:58 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2016/08/13 11:21:06 christos Exp $
+# $NetBSD: Makefile,v 1.22 2016/08/27 08:38:58 christos Exp $
#
.include <bsd.own.mk>
@@ -36,6 +36,7 @@
LDADD+=-L${VFSTESTDIR} -lvfstest
LDADD+=-lrumpvfs -lrumpkern_sysproxy -lrump -lrumpuser # base
+LDADD+=-lrumpnet # static linking
LDADD+=-lpthread
LDADD+=-lutil
Home |
Main Index |
Thread Index |
Old Index