openbsd-ports/www/p5-Apache-Reload/patches/patch-Makefile_PL
sthen 022bc0414b import www/p5-Apache-Reload, ok bernd@
Apache::Reload is a Perl module that allows for dynamically re-loading
Perl modules into a persistent mod_perl environment without restarting
the server.
2008-07-23 18:39:19 +00:00

16 lines
468 B
Plaintext

Avoids DNS lookup during "make configure".
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2008/07/23 18:39:19 sthen Exp $
--- Makefile.PL.orig Sat Feb 16 08:02:31 2008
+++ Makefile.PL Wed Jul 23 14:30:30 2008
@@ -18,7 +18,8 @@ else {
%prereqs = ($mp_gen == 1 ? %mp1 : %mp2);
-my $HAS_APACHE_TEST = check_for_apache_test();
+#my $HAS_APACHE_TEST = check_for_apache_test();
+my $HAS_APACHE_TEST = 0;
my %common_opts = (
PREREQ_PM => \%prereqs,