blob: 87dccd1bdf9d3e17f15a41e814a3628ba7d31e62 [file] [log] [blame]
# uses kstat on solaris for get_uptime
$self->{LIBS} .= ' -lkstat';
# add -ldb if you are getting the vsnprintf not found error
# $self->{LIBS} .= ' -lkstat -ldb';