]> TLD Linux GIT Repositories - packages/spamassassin.git/blob - spamassassin-perl-fix.patch
- from PLD
[packages/spamassassin.git] / spamassassin-perl-fix.patch
1 diff -ruNp Mail-SpamAssassin-3.4.1.orig/spamc/configure.pl Mail-SpamAssassin-3.4.1/spamc/configure.pl
2 --- Mail-SpamAssassin-3.4.1.orig/spamc/configure.pl     2015-04-28 21:56:59.000000000 +0200
3 +++ Mail-SpamAssassin-3.4.1/spamc/configure.pl  2017-07-21 23:34:50.122992872 +0200
4 @@ -66,7 +66,7 @@ print join(' ', $Config{'perlpath'}, "ve
5    # Do the same thing as for the preprocessor below.
6    package version_h;
7    my $Z = $0;
8 -  local $0    = "version.h.pl";
9 +  local $0    = "./version.h.pl";
10    local @ARGV = ();
11    # Got to check for defined because the script returns shell error level!
12    unless (defined do $0) {