dougm       00/04/20 22:56:20

  Modified:    .        Changes Makefile.PL
  Log:
  --disable-rule=EXPAT is passed to Apache's configure to avoid
  XML::Parser conflicts
  
  Revision  Changes    Path
  1.470     +3 -0      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl/Changes,v
  retrieving revision 1.469
  retrieving revision 1.470
  diff -u -r1.469 -r1.470
  --- Changes   2000/04/13 23:31:50     1.469
  +++ Changes   2000/04/21 05:56:19     1.470
  @@ -10,6 +10,9 @@
   
   =item 1.22_01-dev
   
  +--disable-rule=EXPAT is passed to Apache's configure to avoid
  +XML::Parser conflicts
  +
   User/Group for 'make test' can be overridden with the environment
   variables APACHE_USER/APACHE_GROUP
   
  
  
  
  1.157     +2 -1      modperl/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl/Makefile.PL,v
  retrieving revision 1.156
  retrieving revision 1.157
  diff -u -r1.156 -r1.157
  --- Makefile.PL       2000/04/13 23:31:50     1.156
  +++ Makefile.PL       2000/04/21 05:56:19     1.157
  @@ -936,7 +936,8 @@
        }
   
        $cmd .= "./configure " .
  -               "--activate-module=src/modules/perl/libperl.a";
  +               "--activate-module=src/modules/perl/libperl.a" .
  +                    " --disable-rule=EXPAT";
   
        if($USE_DSO) {
            $cmd .= " --enable-shared=perl";
  
  
  

Reply via email to