mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
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 <buildbot@rampaginggeek.com> Reviewed-by: Andrew Deason <adeason@sinenomine.net> Reviewed-by: Benjamin Kaduk <kaduk@mit.edu> Tested-by: Stephan Wiesand <stephan.wiesand@desy.de> Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
This commit is contained in:
parent
07b2f0e218
commit
8f5c475895
@ -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} ;; \
|
||||
|
Loading…
Reference in New Issue
Block a user