File: perl-opts.patch

package info (click to toggle)
libapreq2 2.17-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,164 kB
  • sloc: ansic: 8,283; perl: 5,451; sh: 4,627; cpp: 380; makefile: 270; javascript: 186
file content (15 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Don't pass Makefile.PL arguments along to configure --with-perl-opts.
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: not-needed

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -51,8 +51,6 @@ $args{"with-apache2-apxs"} ||= eval {
     Apache2::Build->build_config->{MP_APXS};
 };
 
-$args{"with-perl-opts"} = "@ARGV" if @ARGV;
-
 if (WIN32) {
     require File::Basename;
     require File::Spec;