From: Andrew Deason Date: Thu, 7 Mar 2013 19:52:25 +0000 (-0600) Subject: tbudb depends on libafsauthent X-Git-Tag: upstream/1.6.3^2~136 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8f5c475895542ce119c346bd4a6926f8bf05ccf8;p=packages%2Fo%2Fopenafs.git tbudb depends on libafsauthent budb_server in src/tbudb requires libafsauthent to build. So, make tbudb depend on libafsauthent. This is a 1.6-only change. On master, tbudb no longer uses libafsauthent. Change-Id: I0737f455323589c28a78d680c6c09fcbcb99d302 Reviewed-on: http://gerrit.openafs.org/9456 Tested-by: BuildBot Reviewed-by: Andrew Deason Reviewed-by: Benjamin Kaduk Tested-by: Stephan Wiesand Reviewed-by: Stephan Wiesand --- diff --git a/Makefile.in b/Makefile.in index b677cf24b..742480a76 100644 --- a/Makefile.in +++ b/Makefile.in @@ -549,7 +549,7 @@ tbutc: cmd comerr bubasics butm budb bucoord cmd butc libadmin budb: cmd comerr bubasics uss +${COMPILE_PART1} budb ${COMPILE_PART2} -tbudb: budb tubik +tbudb: budb tubik libafsauthent +[ yes != "$(ENABLE_PTHREADED_UBIK)" ] || case ${SYS_NAME} in \ alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*[nof]bsd*) \ ${COMPILE_PART1} tbudb ${COMPILE_PART2} ;; \