OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre1-6-gb9c7a3e
Gerrit Code Review
gerrit@openafs.org
Tue, 21 Dec 2010 06:02:59 -0800 (PST)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit b9c7a3ed764d9a9daaf110d3078a74dfac4c4b7a
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.
Reviewed-on: http://gerrit.openafs.org/3365
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
(cherry picked from commit 222067f6f8fd4f596302befbc48918e10547ed1d)
Change-Id: I4bdf000bbdc10b0818c2fab6eaff912f18e1f4fb
Reviewed-on: http://gerrit.openafs.org/3561
Tested-by: Derrick Brashear <shadow@dementia.org>
src/config/shlib-build.in | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository