File: makefile_mod-perl.patch

package info (click to toggle)
libnet-ident-perl 1.25-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 288 kB
  • sloc: perl: 830; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Makefile.PL; no longer interactive when mod_perl is installed
Origin: vendor
Forwarded: not-needed
Author: Matt Hope <dopey@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2020-01-24

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -152,6 +152,7 @@
 
 # initial checks to see if apache is possible at all
 sub check_initial_apache ($) {
+    return;
     my $apinfo = shift;
     print "\nChecking for Apache.pm... ";
     eval { require Apache };