Link with libkvm explicitly to unbreak build on 4-stable.
Reported by: many
This commit is contained in:
parent
59f847b51b
commit
fe69abb66c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59291
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue