From: Jarkko Hietaniemi Date: Thu, 18 Sep 2003 04:29:55 +0000 (+0000) Subject: Make it possible to override the mistrustnm hint in Solaris. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9cad8f9ea8a488b12e3eec9841e77fb483d483ee;p=p5sagit%2Fp5-mst-13.2.git Make it possible to override the mistrustnm hint in Solaris. p4raw-id: //depot/perl@21266 --- diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index c54148b..5763ee2 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.