Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/dev/audio There's apparently a circular dependency bet...
details: https://anonhg.NetBSD.org/src/rev/04876e115752
branches: trunk
changeset: 758293:04876e115752
user: he <he%NetBSD.org@localhost>
date: Sun Oct 31 13:54:31 2010 +0000
description:
There's apparently a circular dependency between -lrump and -lrumpuser.
This poses problems when linking statically, as for sun2. Add -lrump
also after -lrumpuser, so that this links statically as well.
diffstat:
tests/dev/audio/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 51a9366f6a44 -r 04876e115752 tests/dev/audio/Makefile
--- a/tests/dev/audio/Makefile Sun Oct 31 12:09:10 2010 +0000
+++ b/tests/dev/audio/Makefile Sun Oct 31 13:54:31 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/08/04 14:43:14 pooka Exp $
+# $NetBSD: Makefile,v 1.3 2010/10/31 13:54:31 he Exp $
#
.include <bsd.own.mk>
@@ -13,7 +13,9 @@
LDADD+= -lrumpdev_pad -lrumpdev_audio -lrumpdev -lrumpvfs
LDADD+= -lrump
-LDADD+= -lrumpuser -lpthread
+LDADD+= -lrumpuser
+LDADD+= -lrump
+LDADD+= -lpthread
FILES= t_pad_output.bz2.uue
Home |
Main Index |
Thread Index |
Old Index