]> git.pld-linux.org Git - packages/net-snmp.git/blame - net-snmp-Fix-Makefile-PL.patch
Bug 1314610 - snmpd complaining twice "Cannot statfs net:[********]#***: No such...
[packages/net-snmp.git] / net-snmp-Fix-Makefile-PL.patch
CommitLineData
2a9017b5
JR
1diff -up net-snmp-5.7.3/perl/ASN/Makefile.PL.orig net-snmp-5.7.3/perl/ASN/Makefile.PL
2--- net-snmp-5.7.3/perl/ASN/Makefile.PL.orig 2016-05-06 10:35:30.005905040 +0200
3+++ net-snmp-5.7.3/perl/ASN/Makefile.PL 2016-05-06 10:35:57.518776400 +0200
4@@ -3,6 +3,7 @@ require 5;
5 use Config;
6 use Getopt::Long;
7 my $lib_version;
8+my %MakeParams = ();
9
10 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
11 # the contents of the Makefile that is written.
12diff -up net-snmp-5.7.3/perl/Makefile.PL.orig net-snmp-5.7.3/perl/Makefile.PL
13--- net-snmp-5.7.3/perl/Makefile.PL.orig 2016-05-06 10:34:38.975143641 +0200
14+++ net-snmp-5.7.3/perl/Makefile.PL 2016-05-06 10:35:13.326983024 +0200
15@@ -2,6 +2,7 @@ use ExtUtils::MakeMaker;
16 use Config;
17 use Getopt::Long;
18 require 5;
19+my %MakeParams = ();
20
21 %MakeParams = InitMakeParams();
22
This page took 0.037896 seconds and 4 git commands to generate.