aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/net-snmp/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'projects/net-snmp/build.sh')
-rwxr-xr-xprojects/net-snmp/build.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/projects/net-snmp/build.sh b/projects/net-snmp/build.sh
index fcd9a4ac..069b1da6 100755
--- a/projects/net-snmp/build.sh
+++ b/projects/net-snmp/build.sh
@@ -15,8 +15,10 @@
#
################################################################################
-# build project
-./configure --with-openssl=/usr --with-defaults --with-logfile="/dev/null" --with-persistent-directory="/dev/null"
+sed -i 's/#define NETSNMP_SELECT_TIMEVAL ${arg_type}/#define NETSNMP_SELECT_TIMEVAL struct timeval/g' ./configure
+rm testing/fuzzing/build.sh && echo "echo 0" >> testing/fuzzing/build.sh && chmod +x ./testing/fuzzing/build.sh
+
+./configure --with-nl --with-openssl=/usr --with-defaults --disable-mibs --with-logfile="/dev/null" --with-persistent-directory="/dev/null" --with-out-mib-modules="mibII,if-mib"
# net-snmp build is not parallel-make safe; do not add -j
make