From fe69abb66c4e99680ce5eee1ac8d61128a7ec166 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Fri, 17 May 2002 01:01:10 +0000 Subject: Link with libkvm explicitly to unbreak build on 4-stable. Reported by: many --- net/net-snmp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/net-snmp') diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index 3bba6ce1a30c..ca93d2cc6548 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/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 -- cgit v1.2.3