On Linux, add linker flags -Bsymbolic (makes for smaller libraries, at
authorKen Raeburn <raeburn@mit.edu>
Thu, 15 Mar 2007 01:11:40 +0000 (01:11 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 15 Mar 2007 01:11:40 +0000 (01:11 +0000)
commit8a7f107df48ec9274a280c1d9de587b2002b134d
tree8be74e46c7f48ee45ce5483006bb99d580063c85
parente8fd9e0be3874712caa00a2539ef42f798460ce1
On Linux, add linker flags -Bsymbolic (makes for smaller libraries, at
the cost of being able to override the symbol names we export) and
--no-undefined (errors out on shared library generation with undefined
symbols).

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19229 dc483132-0cff-0310-8789-dd5450dbe970
src/config/shlib.conf