Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:parrot/parrot
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Jun 11, 2012
2 parents 944e742 + 399bb0e commit eae31fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.SKIP
Expand Up @@ -1018,6 +1018,8 @@
^/test\.pdb/
^/tools/dev/mk_language_shell\.pl$
^/tools/dev/mk_language_shell\.pl/
^/tools/dev/pbc_to_exe\.pir$
^/tools/dev/pbc_to_exe\.pir/
^/vc60\.pdb$
^/vc60\.pdb/
^/vc70\.pdb$
Expand Down
4 changes: 2 additions & 2 deletions config/auto/icu.pm
Expand Up @@ -278,8 +278,8 @@ sub _try_icuconfig {
$arg->{icuconfig}
) {
# ldflags
$conf->debug("Trying $arg->{icuconfig} with '--ldflags-libsonly'\n");
$icushared = capture_output("$arg->{icuconfig} --ldflags-libsonly");
$conf->debug("Trying $arg->{icuconfig} with '--ldflags-searchpath --ldflags-libsonly'\n");
$icushared = capture_output("$arg->{icuconfig} --ldflags-searchpath --ldflags-libsonly");
chomp $icushared;
$conf->debug("icushared: captured $icushared\n");
($icushared, $arg->{without}) =
Expand Down
2 changes: 1 addition & 1 deletion t/steps/auto/icu-01.t
Expand Up @@ -665,7 +665,7 @@ $conf->replenish($serialized);
\$stdout,
\$stderr,
);
like($stdout, qr/Trying $icuconfig with '--ldflags'/s,
like($stdout, qr/Trying $icuconfig with '--ldflags/s,
"Got expected verbose output re --ldflags");
like($stdout, qr/icushared: captured/s,
"Got expected verbose output re icushared");
Expand Down

0 comments on commit eae31fe

Please sign in to comment.