diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-06-08 16:45:50 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-06-08 16:45:50 +0000 |
commit | 5129fff43c4fe08cb17d8789b8a5c778039a25c3 (patch) | |
tree | 941367de18f2920454624301f3f589c20fc9a298 /hints/solaris_2.sh | |
parent | c05ae023d058dfbcc400f4f90916eb8a95daaf13 (diff) | |
download | perl-5129fff43c4fe08cb17d8789b8a5c778039a25c3.tar.gz |
More symbol scan logic from Alan Burlison.
p4raw-id: //depot/perl@19709
Diffstat (limited to 'hints/solaris_2.sh')
-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 |