Skip to content

Commit 0d71d8b

Browse files
committed
Remove unused mib modules
1 parent 4de8069 commit 0d71d8b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/SPC/builder/unix/library/net_snmp.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ protected function build(): void
1616
->configure(
1717
'--disable-mibs',
1818
'--without-nl',
19+
'--disable-agent',
20+
'--disable-applications',
21+
'--disable-manuals',
22+
'--disable-scripts',
23+
'--disable-embedded-perl',
24+
'--without-perl-modules',
25+
'--with-out-mib-modules="if-mib host disman/event-mib ucd-snmp/diskio mibII"',
26+
'--with-out-transports="Unix"',
27+
'--with-mib-modules=""',
28+
'--enable-mini-agent',
1929
'--with-default-snmp-version="3"',
2030
'--with-sys-contact="@@no.where"',
2131
'--with-sys-location="Unknown"',

0 commit comments

Comments
 (0)