mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
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
@ -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 New Issue
Block a user