develooper Front page | perl.cvs.mod_parrot | Postings from June 2009

[svn:mod_parrot] r642 - mod_parrot/trunk

From:
jhorwitz
Date:
June 9, 2009 08:45
Subject:
[svn:mod_parrot] r642 - mod_parrot/trunk
Message ID:
20090609154528.CF8871844BA@xx12.develooper.com
Author: jhorwitz
Date: Tue Jun  9 08:45:27 2009
New Revision: 642

Modified:
   mod_parrot/trunk/Configure.pl

Log:
use libparrot_linkflags in addition to libparrot_ldflags


Modified: mod_parrot/trunk/Configure.pl
==============================================================================
--- mod_parrot/trunk/Configure.pl	(original)
+++ mod_parrot/trunk/Configure.pl	Tue Jun  9 08:45:27 2009
@@ -79,6 +79,7 @@
 my $libs = parrot_config('libs') . " -lparrot";
 my $blib_dir = parrot_config('blib_dir');
 my $ldflags = parrot_config('libparrot_ldflags') .
+    parrot_config('libparrot_linkflags') .
     " -R$parrot_build_dir/$blib_dir";
 
 print "Generating Makefile...";



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About