]> Dogcows Code - chaz/p5-Alien-ZMQ/commitdiff
run the zeromq configure script through sh explicitly
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sat, 19 Jan 2013 06:36:16 +0000 (23:36 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sat, 19 Jan 2013 06:36:16 +0000 (23:36 -0700)
inc/My/Build.pm

index 575ca455c09891febe92ed2529e724d6752d3bcd..d905d559ec3ec01fee6ce9f9c688bc8827165114 100644 (file)
@@ -182,7 +182,7 @@ sub install_zeromq {
     say "Configuring...";
     my @config = $cb->split_like_shell($self->args('zmq-config') || "");
     chdir $srcdir;
-    $cb->do_system("./configure", "--prefix=$prefix", @config)
+    $cb->do_system(qw/sh configure/, "--prefix=$prefix", @config)
         or die "Failed to configure ØMQ";
 
     say "Compiling...";
This page took 0.021681 seconds and 4 git commands to generate.