Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 35406 | Differences between
and this patch

Collapse All | Expand All

(-)glue/perl/t/TEST.PL (+3 lines)
Lines 31-34 sub configure_modperl { Link Here
31
    $cfg->preamble(IfModule => '!mod_apreq.c',
31
    $cfg->preamble(IfModule => '!mod_apreq.c',
32
               qq(LoadModule apreq_module "$env_dir_libs/mod_apreq.so"\n));
32
               qq(LoadModule apreq_module "$env_dir_libs/mod_apreq.so"\n));
33
    $self->SUPER::configure_modperl();
33
    $self->SUPER::configure_modperl();
34
    system " sed -e 's/\\\/var\\\/run\\\///                                    
35
    s/\\\/etc\\\/apache2\\\/mime.types/\\\/etc\\\/apache2\\\/conf\\\/mime.types
36
    /' -i conf/apache_test_config.pm"; 
34
}
37
}

Return to bug 35406