Source-Changes-HG archive

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

[src/trunk]: src/tests/net/if_tap Link librumpclient explicitly. Fix sun2, i....



details:   https://anonhg.NetBSD.org/src/rev/1e4067d951fc
branches:  trunk
changeset: 944498:1e4067d951fc
user:      rin <rin%NetBSD.org@localhost>
date:      Thu Oct 01 13:49:18 2020 +0000

description:
Link librumpclient explicitly. Fix sun2, i.e., MKPIC=no build.

diffstat:

 tests/net/if_tap/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 6ff8009aed97 -r 1e4067d951fc tests/net/if_tap/Makefile
--- a/tests/net/if_tap/Makefile Thu Oct 01 08:27:20 2020 +0000
+++ b/tests/net/if_tap/Makefile Thu Oct 01 13:49:18 2020 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.5 2020/09/30 17:14:11 roy Exp $
+# $NetBSD: Makefile,v 1.6 2020/10/01 13:49:18 rin Exp $
 #
 
 .include <bsd.own.mk>
 
 PROG=                  rump_open_tap
 MAN=                   # empty
-DPADD=                 ${LIBRUMPRES}
-LDADD=                 -lrumpres
+DPADD=                 ${LIBRUMPRES} ${LIBRUMPCLIENT}
+LDADD=                 -lrumpres -lrumpclient
 BINDIR.rump_open_tap=  ${TESTSDIR}
 
 TESTSDIR=              ${TESTSBASE}/net/if_tap



Home | Main Index | Thread Index | Old Index