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/Exacct/Object/Makefile.PL
          +++ new/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/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 ::Exacct::Object
   7    7  #
   8    8  
   9    9  # See ../Makefile.PL for an explanation of the linker flag manipulations.
  10   10  
  11      -require 5.8.4;
       11 +require 5.0010;
  12   12  use strict;
  13   13  use warnings;
  14   14  use ExtUtils::MakeMaker;
  15   15  
  16   16  #
  17   17  # Some later versions of ExtUtils::MakeMaker are broken,
  18   18  # and complain about function redefinitions in the child Makefile.PLs.
  19   19  # Stop the warnings.
  20   20  #
  21   21  no warnings qw(redefine);
↓ open down ↓ 120 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX