Print this page
3900 illumos will not build against gcc compiled perl

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/perl/contrib/Sun/Solaris/Task/Makefile.PL
          +++ new/usr/src/cmd/perl/contrib/Sun/Solaris/Task/Makefile.PL
   1    1  #
   2    2  # Copyright (c) 2002, 2008, Oracle and/or its affiliates. All rights reserved.
   3    3  #
   4    4  
   5    5  #
   6    6  # Makefile.PL for ::Task
   7    7  #
   8    8  
   9      -require 5.8.4;
        9 +require 5.0010;
  10   10  use strict;
  11   11  use warnings;
  12   12  use ExtUtils::MakeMaker;
  13   13  
  14   14  # #defines.
  15   15  my @defines = ( DEFINE => exists($ENV{RELEASE_BUILD}) ? '-DNDEBUG' : '' );
  16   16  
  17   17  # List of POD pages to install.
  18   18  my @man3pods = ( MAN3PODS => {} );
  19   19  
↓ open down ↓ 48 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX