You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@apache.org on 2001/01/26 07:15:46 UTC

cvs commit: modperl Makefile.PL Changes ToDo

dougm       01/01/25 22:15:46

  Modified:    .        Makefile.PL Changes ToDo
  Log:
  dont strip lfs flags by default just yet
  
  Revision  Changes    Path
  1.177     +1 -1      modperl/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl/Makefile.PL,v
  retrieving revision 1.176
  retrieving revision 1.177
  diff -u -r1.176 -r1.177
  --- Makefile.PL	2001/01/26 06:04:21	1.176
  +++ Makefile.PL	2001/01/26 06:15:45	1.177
  @@ -190,7 +190,7 @@
   $PERL_DEBUG = "";
   $PERL_DESTRUCT_LEVEL = "";
   $PERL_STATIC_EXTS = "";
  -$PERL_USELARGEFILES = 0;
  +$PERL_USELARGEFILES = 1;
   $PERL_EXTRA_CFLAGS = "";
   $PERL_EXTRA_LIBS = "";
   $SSLCacheServerPort = 8539;
  
  
  
  1.575     +2 -2      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl/Changes,v
  retrieving revision 1.574
  retrieving revision 1.575
  diff -u -r1.574 -r1.575
  --- Changes	2001/01/26 06:04:23	1.574
  +++ Changes	2001/01/26 06:15:45	1.575
  @@ -40,8 +40,8 @@
   if Perl is linked with -lpthread, then httpd needs to be linked with
   -lpthread, make sure that happens with USE_DSO=1, warn if USE_APXS=1
   
  -disable uselargefile flags by default, enable with:
  - Makefile.PL PERL_USELARGEFILES=1
  +largefile flags can be stripped from mod_perl with:
  + Makefile.PL PERL_USELARGEFILES=0
   
   adjust test output (modules/{cgi,constants}) to make 5.7.0-dev
   Test::Harness happy
  
  
  
  1.271     +4 -5      modperl/ToDo
  
  Index: ToDo
  ===================================================================
  RCS file: /home/cvs/modperl/ToDo,v
  retrieving revision 1.270
  retrieving revision 1.271
  diff -u -r1.270 -r1.271
  --- ToDo	2001/01/26 06:04:22	1.270
  +++ ToDo	2001/01/26 06:15:45	1.271
  @@ -3,8 +3,6 @@
                    (well, close to it anyhow)
   ---------------------------------------------------------------------------
   
  -- Makefile.PL if $PERL_USELARGEFILES == 0, check apxs cflags
  -
   - From: Andy Wardley <ab...@cre.canon.co.uk>
     Subject: Problems with SERVER_MERGE and DIR_MERGE
   
  @@ -17,10 +15,11 @@
   - From: Wenzhong Tang <Ta...@appliant.com>
     Subject: RE: Prototype mismatch in Apache::PerlRun line 343
   
  -- From: Geoffrey Young <gy...@laserlink.net>
  -  Subject: FW: bug in mod_perl-1.24 & request->args & request->content
  -
   - -- post 1.25 --
  +
  +- consider making PERL_USELARGEFILES=0 by default
  +
  +- $r->args parsing of one=&two=2
   
   - From: JR Mayberry <jr...@e-vend.net>
     Subject: Apache::Status problems?..CGI::Cookie, (dont want no CGI.pm) (?)