2021-01-30 09:20:24 +01:00
|
|
|
Index: net-snmp-5.9/perl/ASN/Makefile.PL
|
|
|
|
===================================================================
|
|
|
|
--- net-snmp-5.9.orig/perl/ASN/Makefile.PL
|
|
|
|
+++ net-snmp-5.9/perl/ASN/Makefile.PL
|
|
|
|
@@ -9,6 +9,7 @@ use Config;
|
2018-10-15 17:40:54 +02:00
|
|
|
use MakefileSubs;
|
|
|
|
|
|
|
|
my $lib_version;
|
|
|
|
+my %MakeParams = ();
|
|
|
|
|
|
|
|
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
|
|
|
|
# the contents of the Makefile that is written.
|
2021-01-30 09:20:24 +01:00
|
|
|
Index: net-snmp-5.9/perl/Makefile.PL
|
|
|
|
===================================================================
|
|
|
|
--- net-snmp-5.9.orig/perl/Makefile.PL
|
|
|
|
+++ net-snmp-5.9/perl/Makefile.PL
|
2018-10-15 17:40:54 +02:00
|
|
|
@@ -4,6 +4,7 @@ use ExtUtils::MakeMaker;
|
|
|
|
use Config;
|
|
|
|
require 5;
|
|
|
|
use MakefileSubs;
|
|
|
|
+my %MakeParams = ();
|
|
|
|
|
2021-01-30 09:20:24 +01:00
|
|
|
# Prevent that MakeMaker complains about unknown parameter names.
|
|
|
|
NetSNMPGetOpts();
|