dougm       01/10/21 16:43:42

  Modified:    lib/ModPerl MM.pm
  Log:
  link apache libs against xs modules
  
  Revision  Changes    Path
  1.12      +7 -1      modperl-2.0/lib/ModPerl/MM.pm
  
  Index: MM.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/ModPerl/MM.pm,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- MM.pm     2001/10/21 23:37:30     1.11
  +++ MM.pm     2001/10/21 23:43:42     1.12
  @@ -63,8 +63,14 @@
           }
       }
   
  +    my $libs = $build->apache_libs;
       my $ccflags = $build->perl_ccopts . $build->ap_ccopts;
  -    my @opts = (INC => $inc, CCFLAGS => $ccflags);
  +
  +    my @opts = (
  +        INC     => $inc,
  +        CCFLAGS => $ccflags,
  +        LIBS    => $libs,
  +    );
   
       my @typemaps;
       my $pwd = Cwd::fastcwd();
  
  
  


Reply via email to