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/912572e0d0d4
branches:  trunk
changeset: 347465:912572e0d0d4
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 14069aa50ef5 -r 912572e0d0d4 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