diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-18 04:29:55 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-18 04:29:55 +0000 |
commit | 9cad8f9ea8a488b12e3eec9841e77fb483d483ee (patch) | |
tree | 667cea94019f8882d6d6ea6568054fb14db60095 /hints/solaris_2.sh | |
parent | d6c6162f7f7e5f417fee7c0cbae6b13c7d35eaaa (diff) | |
download | perl-9cad8f9ea8a488b12e3eec9841e77fb483d483ee.tar.gz |
Make it possible to override the mistrustnm hint in Solaris.
p4raw-id: //depot/perl@21266
Diffstat (limited to 'hints/solaris_2.sh')
-rw-r--r-- | hints/solaris_2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index c54148ba64..5763ee2596 100644 --- 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. |