Solaris: Support -i in shlib-build
authorAndrew Deason <adeason@sinenomine.net>
Sun, 21 Nov 2010 23:57:22 +0000 (18:57 -0500)
committerDerrick Brashear <shadow@dementia.org>
Thu, 25 Nov 2010 21:19:28 +0000 (13:19 -0800)
commit222067f6f8fd4f596302befbc48918e10547ed1d
tree976caa3cccd8d1656aa7eac222ab124feba6c0d5
parentbe6fb658fe717469470bcd28c46bee1901c4d96c
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