gozer 2004/09/22 16:10:48
Modified: lib/Apache Build.pm Log: One more little tweak to propagate the location of httpd to the t/TEST scripts for the static build Revision Changes Path 1.185 +2 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm =================================================================== RCS file: /home/cvs/modperl-2.0/lib/Apache/Build.pm,v retrieving revision 1.184 retrieving revision 1.185 diff -u -r1.184 -r1.185 --- Build.pm 21 Sep 2004 18:08:19 -0000 1.184 +++ Build.pm 22 Sep 2004 23:10:48 -0000 1.185 @@ -269,7 +269,8 @@ my $httpd = File::Spec->catfile($self->{MP_AP_PREFIX}, 'httpd'); $self->{'httpd'} ||= $httpd; - + push @Apache::TestMM::Argv, ('httpd' => $self->{'httpd'}); + my $mplib = "$self->{MP_LIBNAME}$Config{lib_ext}"; my $mplibpath = catfile($self->{cwd}, qw(src modules perl), $mplib);