mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
Add explicit libafsauthent dependency for aklog
Prevents occasional failures with parallel builds by ensuring libafsauthent is built before aklog, which needs it. Change-Id: Ibb0bdda3ce1fa306dfee1343e0b8b97486ee5efb Reviewed-on: http://gerrit.openafs.org/3386 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Chaz Chandler <clc31@inbox.com> Tested-by: Chaz Chandler <clc31@inbox.com> Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
93ab13cbf3
commit
1e03a0fa74
@ -395,7 +395,7 @@ sgistuff: cmd comerr kauth rxkad
|
||||
echo Skipping sgistuff for ${SYS_NAME} ;; \
|
||||
esac
|
||||
|
||||
aklog: auth comerr ptserver
|
||||
aklog: auth comerr ptserver libafsauthent
|
||||
+set -x; \
|
||||
if test "@BUILD_KRB5@" = "yes"; then \
|
||||
${COMPILE_PART1} aklog ${COMPILE_PART2} ; \
|
||||
|
Loading…
Reference in New Issue
Block a user