]> git.pld-linux.org Git - packages/apache1-mod_perl.git/commitdiff
- patches for mod_perl
authorArtur Frysiak <artur@frysiak.net>
Tue, 13 Jul 1999 11:39:17 +0000 (11:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-perl-rh.patch -> 1.1

apache-perl-rh.patch [new file with mode: 0644]

diff --git a/apache-perl-rh.patch b/apache-perl-rh.patch
new file mode 100644 (file)
index 0000000..5fdbf59
--- /dev/null
@@ -0,0 +1,36 @@
+--- mod_perl-1.16/Makefile.PL.rh       Fri Oct  2 18:50:15 1998
++++ mod_perl-1.16/Makefile.PL  Mon Dec 21 11:51:46 1998
+@@ -244,6 +244,7 @@
+ $callback_alias{PERL_CLEANUP} = "PERL_LOG";
+ %callback_hooks = map { $_,0 } @callback_hooks;
+ $callback_hooks{PERL_HANDLER} = 1; #PerlHandler always on
++$callback_hooks{PERL_STACKED_HANDLERS} = 0; #Off for DSO
+ %cant_hook = ();
+ my @mm_args;
+@@ -317,11 +318,11 @@
+ *          We recommend linking mod_perl static instead         *
+ EOF
+     print "*" x 65, $/;
+-    my $ans = prompt("Continue?", "n");
+-    if($ans =~ /^n$/i) {
+-        print "Aborting build process\n";
+-        exit;
+-    }
++#    my $ans = prompt("Continue?", "n");
++#    if($ans =~ /^n$/i) {
++#        print "Aborting build process\n";
++#        exit;
++#    }
+ }
+ if($USE_APXS) {
+@@ -356,7 +357,7 @@
+ }
+ if($EVERYTHING) {
+-    @callback_hooks{qw(PERL_STACKED_HANDLERS PERL_METHOD_HANDLERS)} = (1) x 2;
++    @callback_hooks{qw(PERL_METHOD_HANDLERS)} = (1) x 2;
+     for(qw(ALL_HOOKS PERL_SSI PERL_SECTIONS PERL_DIRECTIVE_HANDLERS 
+          PERL_LOG_API PERL_URI_API PERL_UTIL_API PERL_TABLE_API PERL_FILE_API)) {
+        $$_ = 1;
This page took 0.102454 seconds and 4 git commands to generate.