diff options
Diffstat (limited to 'net/net-snmp4')
-rw-r--r-- | net/net-snmp4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/net-snmp4/Makefile b/net/net-snmp4/Makefile index 88821e689cd5..10e51eb797d4 100644 --- a/net/net-snmp4/Makefile +++ b/net/net-snmp4/Makefile @@ -22,7 +22,8 @@ USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore -CONFIGURE_ARGS+= --enable-shared --with-mib-modules="host" --with-gnu-ld +CONFIGURE_ARGS+= --enable-shared --with-mib-modules="host" --with-gnu-ld \ + --with-libwrap .if defined(BATCH) CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where .else |