Add missing dependency for static FreeBSD build

pull/525/head
Juergen Hoetzel 8 years ago
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…
Cancel
Save