mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
Add missing dependency for static FreeBSD build
This commit is contained in:
parent
8529cd3359
commit
aef2601cf6
|
@ -24,7 +24,7 @@ import (
|
|||
"github.com/prometheus/client_golang/prometheus"
|
||||
)
|
||||
|
||||
// #cgo LDFLAGS: -ldevstat -lkvm
|
||||
// #cgo LDFLAGS: -ldevstat -lkvm -lelf
|
||||
// #include "devstat_freebsd.h"
|
||||
import "C"
|
||||
|
||||
|
|
Loading…
Reference in a new issue