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/Lgrp/Makefile.PL
          +++ new/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/Makefile.PL
↓ open down ↓ 16 lines elided ↑ open up ↑
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
  26   26  
  27      -require 5.8.4;
       27 +require 5.0010;
  28   28  use strict;
  29   29  use warnings;
  30   30  use ExtUtils::MakeMaker;
  31   31  
  32   32  # #defines.
  33   33  my @defines = ( DEFINE => exists($ENV{RELEASE_BUILD}) ? '-DNDEBUG' : '' );
  34   34  
  35   35  # List of POD pages to install.
  36   36  my @man3pods = ( MAN3PODS => {} );
  37   37  
↓ open down ↓ 50 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX