OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-484-g222067f
Gerrit Code Review
gerrit@openafs.org
Thu, 25 Nov 2010 13:19:59 -0800 (PST)
The following commit has been merged in the master branch:
commit 222067f6f8fd4f596302befbc48918e10547ed1d
Author: Andrew Deason <adeason@sinenomine.net>
Date: Sun Nov 21 18:57:22 2010 -0500
Solaris: Support -i in shlib-build
Our librokenafs.map file contains symbols that we may not actually
define, since the list of exported symbols varies depending on the
platform's capabilities. This causes errors during linking, which can
be suppressed by marking all symbols as "= EXTERN". Do so by having
shlib-build modify the mapfile at link-time, when -i is specified to
indicate ignoring undefined symbols.
Change-Id: I043fca6c8206a19fb7bddbc8e624baeaaff3ab00
Reviewed-on: http://gerrit.openafs.org/3365
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/config/shlib-build.in | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository