]> git.pld-linux.org Git - packages/apache-mod_perl.git/blob - apache-mod_perl-Makefile_PL.patch
- release 8 (perl-Apache-Test is still at 1.43)
[packages/apache-mod_perl.git] / apache-mod_perl-Makefile_PL.patch
1 diff -Naur mod_perl-2.0.0-RC6.orig/Makefile.PL mod_perl-2.0.0-RC6/Makefile.PL
2 --- mod_perl-2.0.0-RC6.orig/Makefile.PL 2005-05-26 13:01:39.000000000 +0200
3 +++ mod_perl-2.0.0-RC6/Makefile.PL      2005-05-26 13:01:48.000000000 +0200
4 @@ -71,7 +71,7 @@
5      DISTNAME      => 'mod_perl',
6      NO_META       => 1,
7      ABSTRACT_FROM => 'lib/mod_perl2.pm',
8 -    EXE_FILES     => \@exe_files,
9 +#    EXE_FILES     => \@exe_files,
10      DEFINE        => get_DEFINE(),
11      macro         => {
12          MODPERL_SRC           => $code->path,
13 --- mod_perl-2.0.2/Makefile.PL  2005-12-29 20:58:08.000000000 +0200
14 +++ /tmp/mp     2005-12-29 20:52:31.000000000 +0200
15 @@ -116,15 +116,6 @@
16  
17  sub configure {
18  
19 -    # mod_perl test suite relies on having Apache-Test bundled with
20 -    # the mod_perl source, since any pre-installed version may not do
21 -    # the right thing
22 -    unless (-d "Apache-Test") {
23 -        error "Can't find a sub-directory Apache-Test. " .
24 -            "Make sure that you are using a complete source distribution";
25 -        exit 1;
26 -    }
27 -
28      set_modperl_version();
29  
30      if ($old_modperl_version) {
This page took 0.034831 seconds and 3 git commands to generate.