diff options
Diffstat (limited to 'source/n/net-snmp/net-snmp.SlackBuild')
-rwxr-xr-x | source/n/net-snmp/net-snmp.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/n/net-snmp/net-snmp.SlackBuild b/source/n/net-snmp/net-snmp.SlackBuild index 2f2a3ead..3214d47d 100755 --- a/source/n/net-snmp/net-snmp.SlackBuild +++ b/source/n/net-snmp/net-snmp.SlackBuild @@ -23,7 +23,7 @@ PKGNAM=net-snmp VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-5} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -90,11 +90,12 @@ CFLAGS="$SLKCFLAGS" \ --without-rpm \ --program-suffix= \ --program-prefix= \ + --with-mib-modules="ucd-snmp/lmsensorsMib" \ --build=$ARCH-slackware-linux # This appears to require additional third-party python modules? # Maybe something for later. -# --with-python-modules +# --with-python-modules # Build and install: # This seems to not play well with "-j N"... |