assume symbols prefixed with _ is a sideeffekt of the local linker and
also just fine git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14727 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -25,7 +25,7 @@ while test $# != 0 ;do
|
||||
done
|
||||
|
||||
for a in "$@" $esym; do
|
||||
symbols="\$3 !~ /^${a}/ ${symbols:+&&} ${symbols}"
|
||||
symbols="\$3 !~ /^_?${a}/ ${symbols:+&&} ${symbols}"
|
||||
done
|
||||
|
||||
(nm .libs/lib${lib}.a || nm .libs/lib${lib}.so*) |
|
||||
|
Reference in New Issue
Block a user