mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 08:20:16 +00:00
bozo: Fix linker problem on Linux
Some unconnected changes break the Linux linker when faced with this library list. librx is included too early, and liblwp isn't included after the second inclusion of librx. Reorder the library list to fix this problem, and so it matches the library order in the rest of our modules. Change-Id: Iba19111f613c70c8a6e66539b437a99d58faf7f4 Reviewed-on: http://gerrit.openafs.org/3775 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
c8b0c9ca94
commit
60eff137a9
@ -36,6 +36,7 @@ LIBS= ${TOP_LIBDIR}/librx.a \
|
|||||||
${TOP_LIBDIR}/librxkad.a \
|
${TOP_LIBDIR}/librxkad.a \
|
||||||
${TOP_LIBDIR}/libubik.a \
|
${TOP_LIBDIR}/libubik.a \
|
||||||
${TOP_LIBDIR}/librx.a \
|
${TOP_LIBDIR}/librx.a \
|
||||||
|
${TOP_LIBDIR}/liblwp.a \
|
||||||
${TOP_LIBDIR}/libcom_err.a \
|
${TOP_LIBDIR}/libcom_err.a \
|
||||||
${TOP_LIBDIR}/util.a \
|
${TOP_LIBDIR}/util.a \
|
||||||
${TOP_LIBDIR}/libsys.a \
|
${TOP_LIBDIR}/libsys.a \
|
||||||
|
Loading…
Reference in New Issue
Block a user