mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
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:
parent
b7ed23f479
commit
f857b87ff3
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user