mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-20 15:25:36 +08:00
Remove unused mib modules
This commit is contained in:
@@ -16,6 +16,16 @@ trait net_snmp
|
|||||||
->configure(
|
->configure(
|
||||||
'--disable-mibs',
|
'--disable-mibs',
|
||||||
'--without-nl',
|
'--without-nl',
|
||||||
|
'--disable-agent',
|
||||||
|
'--disable-applications',
|
||||||
|
'--disable-manuals',
|
||||||
|
'--disable-scripts',
|
||||||
|
'--disable-embedded-perl',
|
||||||
|
'--without-perl-modules',
|
||||||
|
'--with-out-mib-modules="if-mib host disman/event-mib ucd-snmp/diskio mibII"',
|
||||||
|
'--with-out-transports="Unix"',
|
||||||
|
'--with-mib-modules=""',
|
||||||
|
'--enable-mini-agent',
|
||||||
'--with-default-snmp-version="3"',
|
'--with-default-snmp-version="3"',
|
||||||
'--with-sys-contact="@@no.where"',
|
'--with-sys-contact="@@no.where"',
|
||||||
'--with-sys-location="Unknown"',
|
'--with-sys-location="Unknown"',
|
||||||
|
|||||||
Reference in New Issue
Block a user