]> git.michaelhowe.org Git - packages/o/openafs.git/commit
bozo: Fix linker problem on Linux
authorSimon Wilkinson <sxw@your-file-system.com>
Sun, 30 Jan 2011 18:35:28 +0000 (18:35 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 31 Jan 2011 17:45:30 +0000 (09:45 -0800)
commit60eff137a99ed7d9d5e70966c6f86425ae93b82b
tree9dd43f3a4ffdbc91825b13b6826575ff025ed9b2
parentc8b0c9ca9478851ea35034f0fcaf01e1583c7b28
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>
src/bozo/Makefile.in