From: Andrew Deason Date: Tue, 7 Dec 2010 19:49:47 +0000 (-0600) Subject: tvolser: Link libafsrpc after libusd X-Git-Tag: upstream/1.6.0.pre2^2~108 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=7d4b46224a82b221874a882318ec8d600ce193db;p=packages%2Fo%2Fopenafs.git tvolser: Link libafsrpc after libusd libusd can contain a reference to AssertionFailed, which is in libafsrpc. So link libafsrpc after libusd, so it gets resolved when building e.g. vos. Reviewed-on: http://gerrit.openafs.org/3477 Tested-by: BuildBot Reviewed-by: Derrick Brashear (cherry picked from commit ddc4057ce786ebbe75b8b2c971b1013187062f1f) Change-Id: I1a4325364e650fb82600e0c2c6ec64fd42912b23 Reviewed-on: http://gerrit.openafs.org/3796 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/src/tvolser/Makefile.in b/src/tvolser/Makefile.in index 5b65d1988..aaa870bdc 100644 --- a/src/tvolser/Makefile.in +++ b/src/tvolser/Makefile.in @@ -59,9 +59,9 @@ vosobjects= ${VOSOBJS} ${VLSERVEROBJS} ${LIBACLOBJS} ${UTILOBJS} ${DIROBJS} \ LIBS= ${TOP_LIBDIR}/libcmd.a \ ${TOP_LIBDIR}/libafsauthent.a \ - ${TOP_LIBDIR}/libafsrpc.a \ ${TOP_LIBDIR}/libafsutil.a \ - ${TOP_LIBDIR}/libusd.a + ${TOP_LIBDIR}/libusd.a \ + ${TOP_LIBDIR}/libafsrpc.a all: volserver