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 43615db commit 587ac3dCopy full SHA for 587ac3d
src/SPC/builder/unix/library/net_snmp.php
@@ -15,6 +15,7 @@ protected function build(): void
15
->setEnv(['PKG_CONFIG' => getenv('PKG_CONFIG') . ' --static'])
16
->configure(
17
'--disable-mibs',
18
+ '--without-nl',
19
'--with-default-snmp-version="3"',
20
'--with-sys-contact="@@no.where"',
21
'--with-sys-location="Unknown"',
0 commit comments