We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de8069 commit 0d71d8bCopy full SHA for 0d71d8b
src/SPC/builder/unix/library/net_snmp.php
@@ -16,6 +16,16 @@ protected function build(): void
16
->configure(
17
'--disable-mibs',
18
'--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',
29
'--with-default-snmp-version="3"',
30
'--with-sys-contact="@@no.where"',
31
'--with-sys-location="Unknown"',
0 commit comments