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...@hyperreal.org on 1998/08/10 16:59:27 UTC

cvs commit: modperl Changes Makefile.PL

dougm       98/08/10 07:59:26

  Modified:    .        Changes Makefile.PL
  Log:
  set LD_RUN_PATH in Makefile.PL [Tom Hughes <to...@compton.demon.co.uk>]
  
  Revision  Changes    Path
  1.104     +2 -0      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /export/home/cvs/modperl/Changes,v
  retrieving revision 1.103
  retrieving revision 1.104
  diff -u -r1.103 -r1.104
  --- Changes	1998/08/07 22:00:08	1.103
  +++ Changes	1998/08/10 14:59:25	1.104
  @@ -8,6 +8,8 @@
   
   =item 1.15_01-dev
   
  +set LD_RUN_PATH in Makefile.PL [Tom Hughes <to...@compton.demon.co.uk>]
  +
   add =pod config support for '={begin,for} apache ... =end apache'
   
   Apache::TieHashTable->get in list context will return all values found for
  
  
  
  1.83      +2 -1      modperl/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /export/home/cvs/modperl/Makefile.PL,v
  retrieving revision 1.82
  retrieving revision 1.83
  diff -u -r1.82 -r1.83
  --- Makefile.PL	1998/07/30 19:09:14	1.82
  +++ Makefile.PL	1998/08/10 14:59:25	1.83
  @@ -1040,6 +1040,7 @@
   	HTTPD => (is_ssl() ? "httpsd" : "httpd"),
   	PORT => $PORT,
   	PWD => $PWD,
  +	SHRPENV => $Config{shrpenv},
   	CVSROOT => 'perl.apache.org:/export/home/cvs',
       },
       'dist'    => {
  @@ -1140,7 +1141,7 @@
   	(cd ./apaci && $(MAKE) install;)
   
   apache_httpd: $(APACHE_SRC)/Makefile.tmpl
  -	(cd $(APACHE_SRC) && $(MAKE) CC="$(CC)";)
  +	(cd $(APACHE_SRC) && $(SHRPENV) $(MAKE) CC="$(CC)";)
   
   apaci_httpd: 
   	(cd $(APACHE_ROOT) && $(MAKE))