]> git.michaelhowe.org Git - packages/o/openafs.git/commit
FBSD: don't reference libc_r; no release OpenAFS works on still uses it
authorGarrett Wollman <wollman@csail.mit.edu>
Sun, 15 Jul 2012 15:56:15 +0000 (11:56 -0400)
committerDerrick Brashear <shadow@dementix.org>
Mon, 16 Jul 2012 12:29:45 +0000 (05:29 -0700)
commit59e0efd22e9a36102a7aa6a544f89f6f2cd3edea
tree07c32d1ca113134f914310523149b842386743b9
parent6b8c43559073caa7f0b9db25bab4812606740e7d
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