]> Dogcows Code - chaz/p5-Alien-ZMQ/commitdiff
never treat zeromq compiler warnings as fatal
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 20 Jan 2013 00:58:24 +0000 (17:58 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 20 Jan 2013 00:58:24 +0000 (17:58 -0700)
inc/My/Build.pm

index d905d559ec3ec01fee6ce9f9c688bc8827165114..ca4a02a2b9d2df820d3366efcf90222bc1ef993c 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(qw/sh configure/, "--prefix=$prefix", @config)
+    $cb->do_system(qw/sh configure CPPFLAGS=-Wno-error/, "--prefix=$prefix", @config)
         or die "Failed to configure ØMQ";
 
     say "Compiling...";
This page took 0.024768 seconds and 4 git commands to generate.