Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/rump/modautoload add missing library dependencies.
details: https://anonhg.NetBSD.org/src/rev/f0696a078ab0
branches: trunk
changeset: 347309:f0696a078ab0
user: christos <christos%NetBSD.org@localhost>
date: Sat Aug 20 17:06:18 2016 +0000
description:
add missing library dependencies.
diffstat:
tests/rump/modautoload/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r ca5f75672dbc -r f0696a078ab0 tests/rump/modautoload/Makefile
--- a/tests/rump/modautoload/Makefile Sat Aug 20 16:11:07 2016 +0000
+++ b/tests/rump/modautoload/Makefile Sat Aug 20 17:06:18 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/12/27 06:36:36 pgoyette Exp $
+# $NetBSD: Makefile,v 1.4 2016/08/20 17:06:18 christos Exp $
#
TESTSDIR= ${TESTSBASE}/rump/modautoload
@@ -15,6 +15,7 @@
${DESTDIR}/usr/lib/librump.a \
-Wl,--no-whole-archive
LDADD+= -lrumpuser -lpthread
+DPADD+= ${LIBRUMPVFS} ${LIBRUMP} ${LIBRUMPUSER}
WARNS= 4
Home |
Main Index |
Thread Index |
Old Index