diff --git a/src/SPC/builder/unix/library/net_snmp.php b/src/SPC/builder/unix/library/net_snmp.php index 77d6d434..bafa5e52 100644 --- a/src/SPC/builder/unix/library/net_snmp.php +++ b/src/SPC/builder/unix/library/net_snmp.php @@ -15,6 +15,7 @@ trait net_snmp ->setEnv(['PKG_CONFIG' => getenv('PKG_CONFIG') . ' --static']) ->configure( '--disable-mibs', + '--without-nl', '--with-default-snmp-version="3"', '--with-sys-contact="@@no.where"', '--with-sys-location="Unknown"',