summaryrefslogtreecommitdiffstats
path: root/net-mgmt/net-snmp53
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2002-05-17 01:01:10 +0000
committerkuriyama <kuriyama@FreeBSD.org>2002-05-17 01:01:10 +0000
commit43977816df443ccca51f2530c96188ea5b6498e8 (patch)
tree2d4a656ffcc75a6a73e4a2cdf594034463fff05b /net-mgmt/net-snmp53
parentda720b2b3c5a6e7a61eb9a53f4b05832cea12f29 (diff)
downloadFreeBSD-ports-43977816df443ccca51f2530c96188ea5b6498e8.zip
FreeBSD-ports-43977816df443ccca51f2530c96188ea5b6498e8.tar.gz
Link with libkvm explicitly to unbreak build on 4-stable.
Reported by: many
Diffstat (limited to 'net-mgmt/net-snmp53')
-rw-r--r--net-mgmt/net-snmp53/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile
index 3bba6ce..ca93d2c 100644
--- a/net-mgmt/net-snmp53/Makefile
+++ b/net-mgmt/net-snmp53/Makefile
@@ -22,7 +22,7 @@ LIBTOOLFLAGS= --disable-ltlibs --release-ignore
NO_LATEST_LINK= yes
CONFIGURE_ARGS+= --enable-shared --with-mib-modules="host ucd-snmp/diskio" \
- --with-gnu-ld --with-libwrap --with-libs="-ldevstat"
+ --with-gnu-ld --with-libwrap --with-libs="-lkvm -ldevstat"
.if defined(BATCH)
CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where
.else
OpenPOWER on IntegriCloud