Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/librumpclient revert, fixing the real cause.



details:   https://anonhg.NetBSD.org/src/rev/6dcc455be995
branches:  trunk
changeset: 818304:6dcc455be995
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Oct 06 20:14:11 2016 +0000

description:
revert, fixing the real cause.

diffstat:

 tests/lib/librumpclient/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 9ed69c09c77d -r 6dcc455be995 tests/lib/librumpclient/Makefile
--- a/tests/lib/librumpclient/Makefile  Thu Oct 06 19:52:36 2016 +0000
+++ b/tests/lib/librumpclient/Makefile  Thu Oct 06 20:14:11 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2016/10/06 19:52:36 christos Exp $
+#      $NetBSD: Makefile,v 1.9 2016/10/06 20:14:11 christos Exp $
 #
 
 .include <bsd.own.mk>
@@ -19,8 +19,6 @@
 LDADD+= -lrumpclient
 LDADD+= -lrumpdev
 LDADD+= -lrumpvfs
-LDADD+= -lrump
-LDADD+= -lrumpuser
-LDADD+= -lpthread
+LDADD.h_execthr= -lpthread
 
 .include <bsd.test.mk>



Home | Main Index | Thread Index | Old Index