[svn:parrot] r36558 - trunk/config/init/hints

rurban at svn.parrot.org rurban at svn.parrot.org
Tue Feb 10 22:59:35 UTC 2009


Author: rurban
Date: Tue Feb 10 22:59:35 2009
New Revision: 36558
URL: https://trac.parrot.org/parrot/changeset/36558

Log:
Fix #309: use CC instead of cc to link c++ libs such as icu. 
Sorry about that.

Modified:
   trunk/config/init/hints/solaris.pm

Modified: trunk/config/init/hints/solaris.pm
==============================================================================
--- trunk/config/init/hints/solaris.pm	Tue Feb 10 22:45:35 2009	(r36557)
+++ trunk/config/init/hints/solaris.pm	Tue Feb 10 22:59:35 2009	(r36558)
@@ -45,6 +45,7 @@
             }
         }
         else {
+            $link =~ s/\bcc\b/CC/;
             unless ($conf->data->get('rpath')) {
                 $conf->data->set( 'rpath', '-R' );
             }


More information about the parrot-commits mailing list