Package: freeipmi Version: 0.7.15-1 Severity: important Tags: patch User: debian-...@lists.debian.org Usertags: kfreebsd
Hi, your package is missing -lpthread on GNU/kFreeBSD, logs are available at the usual place: https://buildd.debian.org/status/package.php?suite=unstable&p=freeipmi Please find attached a patch to fix this FTBFS. Thanks for considering. Mraw, KiBi.
--- a/config/acx_pthread.m4 +++ b/config/acx_pthread.m4 @@ -109,7 +109,7 @@ case "${host_cpu}-${host_os}" in acx_pthread_flags="-pthread -pthreads pthread -mt $acx_pthread_flags" ;; - *linux*) + *linux*|*k*bsd*) # achu #