File net-snmp-5.10.pre1-fix-Makefile.PL.patch of Package net-snmp
diff -Nurp net-snmp-5.10.pre1.orig/perl/ASN/Makefile.PL net-snmp-5.10.pre1/perl/ASN/Makefile.PL --- net-snmp-5.10.pre1.orig/perl/ASN/Makefile.PL 2025-05-02 10:10:40.980787133 +0200 +++ net-snmp-5.10.pre1/perl/ASN/Makefile.PL 2025-05-02 10:11:44.774607502 +0200 @@ -9,6 +9,7 @@ use Config; 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. diff -Nurp net-snmp-5.10.pre1.orig/perl/Makefile.PL net-snmp-5.10.pre1/perl/Makefile.PL --- net-snmp-5.10.pre1.orig/perl/Makefile.PL 2025-05-02 10:10:40.980787133 +0200 +++ net-snmp-5.10.pre1/perl/Makefile.PL 2025-05-02 10:12:10.303335969 +0200 @@ -4,6 +4,7 @@ use ExtUtils::MakeMaker; use Config; require 5; use MakefileSubs; +my %MakeParams = (); # Prevent that MakeMaker complains about unknown parameter names. NetSNMPGetOpts();