OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2699-g59e0efd
Gerrit Code Review
gerrit@openafs.org
Mon, 16 Jul 2012 05:30:29 -0700 (PDT)
The following commit has been merged in the master branch:
commit 59e0efd22e9a36102a7aa6a544f89f6f2cd3edea
Author: Garrett Wollman <wollman@csail.mit.edu>
Date: Sun Jul 15 11:56:15 2012 -0400
FBSD: don't reference libc_r; no release OpenAFS works on still uses it
libc_r is the old user-mode threading library. Modern versions of
FreeBSD don't include it, and the conditionals here that (nearly
always) override it with the correct library, libpthread, are true
on every version of FreeBSD for which OpenAFS might plausibly be
compiled. So just use the correct library all the time.
Change-Id: I8f813814973cec3173f44636523c3bf0bee27b3e
Reviewed-on: http://gerrit.openafs.org/7764
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/libuafs/MakefileProto.FBSD.in | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository