mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
tubik: Link with libafsauthent
libubik_pthread.a requires libafsauthent.a, since we make use of afsconf_* functions. Add libafsauthent to LIBS and make tubik depend on it. Remove linking to liblwp while we're here, as we should not be using any LWP code. Change-Id: Ie028fedfbc3e7a8a78dc69a2c38be99eb72602da Reviewed-on: http://gerrit.openafs.org/3464 Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk> Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
2a64776a50
commit
8f7ae51c61
@ -216,7 +216,7 @@ auth: cmd comerr hcrypto lwp rx rxkad audit sys_depinstall auth_depinstall
|
||||
ubik: cmd comerr auth ubik_depinstall sys
|
||||
+${COMPILE_PART1} ubik ${COMPILE_PART2}
|
||||
|
||||
tubik: ubik libafsrpc
|
||||
tubik: ubik libafsrpc libafsauthent
|
||||
+[ yes != "$(ENABLE_PTHREADED_UBIK)" ] || case ${SYS_NAME} in \
|
||||
alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*[of]bsd*|*nbsd[234]*) \
|
||||
${COMPILE_PART1} tubik ${COMPILE_PART2} ;; \
|
||||
|
@ -33,7 +33,7 @@ UTILOBJS=assert.o uuid.o serverLog.o fileutil.o netutils.o dirpath.o \
|
||||
volparse.o flipbase64.o softsig.o hostparse.o snprintf.o \
|
||||
pthread_glock.o
|
||||
|
||||
LIBS=${RXOBJS} ${UTILOBJS} ${TOP_LIBDIR}/libafsrpc.a ${TOP_LIBDIR}/liblwp.a \
|
||||
LIBS=${RXOBJS} ${UTILOBJS} ${TOP_LIBDIR}/libafsauthent.a ${TOP_LIBDIR}/libafsrpc.a \
|
||||
${TOP_LIBDIR}/libcom_err.a ${TOP_LIBDIR}/libcmd.a \
|
||||
${TOP_LIBDIR}/libsys.a ${XLIBS} ${MT_LIBS}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user