]> git.pld-linux.org Git - packages/embperl.git/blob - embperl-makefile.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/embperl.git] / embperl-makefile.patch
1 --- HTML-Embperl-1.3.3/Makefile.PL      Tue May 29 07:26:06 2001
2 +++ HTML-Embperl-1.3.3-/Makefile.PL     Fri Jun 22 22:41:08 2001
3 @@ -429,7 +429,9 @@
4  
5  
6  
7 -$apache = GetYesNo ("Build with support for Apache mod_perl?", 'y') if (!$apache) ;
8 +# $apache = GetYesNo ("Build with support for Apache mod_perl?", 'y') if (!$apache) ;
9 +$apache = 1;
10 +$apache_src = "/usr/include/apache";
11  
12  if ($apache && $apache_src ne '')
13      {
14 @@ -444,7 +446,8 @@
15  
16      if (-e "$apache_src/httpd.h" || -e "$apache_src/main/httpd.h" || -e "$apache_src/include/httpd.h")
17             {
18 -           $b = GetYesNo ("Use $apache_src as Apache source", 'y') if (!$b) ;
19 +           # $b = GetYesNo ("Use $apache_src as Apache source", 'y') if (!$b) ;
20 +           $b = 1;
21             }
22      }
23  
24 @@ -638,7 +641,8 @@
25          
26          if (!-e $EPHTTPD)
27              {
28 -            $EPHTTPD = GetString ("Enter path and file to start as httpd", "$EPHTTPD") ;
29 +            # $EPHTTPD = GetString ("Enter path and file to start as httpd", "$EPHTTPD") ;
30 +           $EPHTTPD = "/usr/sbin/httpd";
31              }
32         
33         $EPMODPERL="" ;
34 @@ -677,7 +681,7 @@
35      $EPBINDIR    = dirname ($EPHTTPD) ;    
36      $EPMODPERL   = '' ;
37      
38 -    $addmodpath = '' ;
39 +    $addmodpath = '/usr/lib/apache' ;
40      while (($mod, $opt) = each %neededmodules)
41         {
42         if (!grep (/$mod/, @modules))
This page took 0.079199 seconds and 3 git commands to generate.