--- net-snmp-5.9.4/perl/agent/Makefile.PL.orig +++ net-snmp-5.9.4/perl/agent/Makefile.PL @@ -88,7 +88,7 @@ " -L" . abs_path("../../agent") . " " . $Params{'LIBS'}; # } else { - $Params{'LIBS'} = `$opts->{'nsconfig'} --libdir` . $Params{'LIBS'}; + $Params{'LIBS'} = $Params{'LIBS'} . `$opts->{'nsconfig'} --libdir` # $Params{'PREREQ_PM'} = {'NetSNMP::OID' => '0.1'}; } }