This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6c6162
)
Make it possible to override the mistrustnm hint in Solaris.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 18 Sep 2003 04:29:55 +0000
(
04:29
+0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 18 Sep 2003 04:29:55 +0000
(
04:29
+0000)
p4raw-id: //depot/perl@21266
hints/solaris_2.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/solaris_2.sh
b/hints/solaris_2.sh
index
c54148b
..
5763ee2
100644
(file)
--- a/
hints/solaris_2.sh
+++ b/
hints/solaris_2.sh
@@
-24,7
+24,7
@@
d_suidsafe=${d_suidsafe:-define}
# Be paranoid about nm failing to find symbols
-mistrustnm=
run
+mistrustnm=
${mistrustnm:-run}
# Several people reported problems with perl's malloc, especially
# when use64bitall is defined or when using gcc.