From: Simon Wilkinson Date: Sun, 8 Apr 2012 22:31:15 +0000 (-0400) Subject: tests: rx needs roken X-Git-Tag: upstream/1.8.0_pre1^2~2584 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=02f470e99d5853808bca532ff953c2bbc0b8176c;p=packages%2Fo%2Fopenafs.git tests: rx needs roken On Linux, the RX library has a dependency on libroken for the rk_socket function. Add this dependency to the RX tests. Change-Id: I306e846524232bc136cd969ab1b8664d1c570e2d Reviewed-on: http://gerrit.openafs.org/7127 Tested-by: Simon Wilkinson Reviewed-by: Derrick Brashear --- diff --git a/tests/rx/Makefile.in b/tests/rx/Makefile.in index 2ff8a76d8..d24c53cf3 100644 --- a/tests/rx/Makefile.in +++ b/tests/rx/Makefile.in @@ -16,8 +16,7 @@ tests = event-t all check test tests: $(tests) event-t: event-t.o $(LIBS) - $(AFS_LDRULE) event-t.o $(LIBS) $(XLIBS) - + $(AFS_LDRULE) event-t.o $(LIBS) $(LIB_roken) $(XLIBS) install: clean distclean: