[svn:mod_parrot] r642 - mod_parrot/trunk
[email protected] Tue, 9 Jun 2009 08:45:28 -0700 (PDT)
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
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...";