mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
Add additional dependencies for shlibafsrpc
fsint and rxstat need to be build before shlibafsrpc, so add them
to the dependencies list.
Reviewed-on: http://gerrit.openafs.org/2755
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit a4ec686918
)
Change-Id: I5528390faf2c0ff9c85505673f4317b0c3900e0e
Reviewed-on: http://gerrit.openafs.org/4001
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
32459e5c68
commit
c4a29776c2
@ -585,7 +585,7 @@ libafsauthent: ubik auth kauth libafsrpc
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
# pthread based user space RX library
|
# pthread based user space RX library
|
||||||
shlibafsrpc: rx rxkad des
|
shlibafsrpc: rx rxstat fsint rxkad des
|
||||||
+case ${SYS_NAME} in \
|
+case ${SYS_NAME} in \
|
||||||
alpha_dux*|sgi_*|sun4x_*|sunx86_*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*_darwin_1*|*nbsd*|*obsd*|*fbsd*) \
|
alpha_dux*|sgi_*|sun4x_*|sunx86_*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*_darwin_1*|*nbsd*|*obsd*|*fbsd*) \
|
||||||
${COMPILE_PART1} shlibafsrpc ${COMPILE_PART2} ;; \
|
${COMPILE_PART1} shlibafsrpc ${COMPILE_PART2} ;; \
|
||||||
|
Loading…
Reference in New Issue
Block a user