diff options
Diffstat (limited to 'hints')
-rw-r--r-- | hints/solaris_2.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index 75e55f7dbd..bc49daedb6 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -23,6 +23,9 @@ # Solaris has secure SUID scripts d_suidsafe=${d_suidsafe:-define} +# Be paranoid about nm failing to find symbols +mistrustnm=run + # Several people reported problems with perl's malloc, especially # when use64bitall is defined or when using gcc. # http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-01/msg01318.html |