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.

Reviewed-on: http://gerrit.openafs.org/7127
Tested-by: Simon Wilkinson <simonxwilkinson@gmail.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
(cherry picked from commit 02f470e99d)

Change-Id: Icfcc2dd6febbf7f4a0eddd4c57486f542faed2dd
Reviewed-on: http://gerrit.openafs.org/7159
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
This commit is contained in:
Simon Wilkinson 2012-04-08 18:31:15 -04:00 committed by Jeffrey Altman
parent b7ed23f479
commit f857b87ff3

View File

@ -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: