]> git.pld-linux.org Git - packages/embperl.git/commitdiff
- patch makefile to be noninteractive
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Sat, 23 Jun 2001 16:49:08 +0000 (16:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    embperl-makefile.patch -> 1.1

embperl-makefile.patch [new file with mode: 0644]

diff --git a/embperl-makefile.patch b/embperl-makefile.patch
new file mode 100644 (file)
index 0000000..f23afe9
--- /dev/null
@@ -0,0 +1,42 @@
+--- HTML-Embperl-1.3.3/Makefile.PL     Tue May 29 07:26:06 2001
++++ HTML-Embperl-1.3.3-/Makefile.PL    Fri Jun 22 22:41:08 2001
+@@ -429,7 +429,9 @@
+-$apache = GetYesNo ("Build with support for Apache mod_perl?", 'y') if (!$apache) ;
++# $apache = GetYesNo ("Build with support for Apache mod_perl?", 'y') if (!$apache) ;
++$apache = 1;
++$apache_src = "/usr/include/apache";
+ if ($apache && $apache_src ne '')
+     {
+@@ -444,7 +446,8 @@
+     if (-e "$apache_src/httpd.h" || -e "$apache_src/main/httpd.h" || -e "$apache_src/include/httpd.h")
+           {
+-          $b = GetYesNo ("Use $apache_src as Apache source", 'y') if (!$b) ;
++          # $b = GetYesNo ("Use $apache_src as Apache source", 'y') if (!$b) ;
++          $b = 1;
+           }
+     }
+@@ -638,7 +641,8 @@
+         
+         if (!-e $EPHTTPD)
+             {
+-            $EPHTTPD = GetString ("Enter path and file to start as httpd", "$EPHTTPD") ;
++            # $EPHTTPD = GetString ("Enter path and file to start as httpd", "$EPHTTPD") ;
++          $EPHTTPD = "/usr/sbin/httpd";
+             }
+       
+       $EPMODPERL="" ;
+@@ -677,7 +681,7 @@
+     $EPBINDIR   = dirname ($EPHTTPD) ;    
+     $EPMODPERL          = '' ;
+     
+-    $addmodpath = '' ;
++    $addmodpath = '/usr/lib/apache' ;
+     while (($mod, $opt) = each %neededmodules)
+       {
+       if (!grep (/$mod/, @modules))
This page took 0.073525 seconds and 4 git commands to generate.