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/Makefile.PL
          +++ new/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Makefile.PL
↓ open down ↓ 22 lines elided ↑ open up ↑
  23   23  # stop ld.so.1 performing its normal search process for the files.  This can't
  24   24  # be done with the normal '--L/my/lib/path -lmylib' mechanism, because the XSUB
  25   25  # .so files aren't prefixed with 'lib'.  To do this the -h linker flag is used
  26   26  # to explicitly set the SONAME in the dependee.  This is then used as the name
  27   27  # of the dependent in the dependee rather than the full path by which it was
  28   28  # found at link edit time.
  29   29  #
  30   30  # For more details, refer to the Linker and Libraries Guide.
  31   31  #
  32   32  
  33      -require 5.8.4;
       33 +require 5.0010;
  34   34  use strict;
  35   35  use warnings;
  36   36  use ExtUtils::MakeMaker;
  37   37  
  38   38  our (@defines, @man3pods);
  39   39  
  40   40  #
  41   41  # MakeMaker overrides.
  42   42  #
  43   43  package MY;
↓ open down ↓ 130 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX