core: link with libnetwork and not libpthread on Haiku (autotools) (issue #1420)

v2.8-utf8proc
Sébastien Helleu 2019-11-10 11:05:32 +01:00
parent 8d991f1284
commit 421d6481da
1 changed files with 3 additions and 0 deletions

View File

@ -1327,6 +1327,9 @@ netbsd*)
gnu*)
LDFLAGS="$LDFLAGS -lpthread"
;;
haiku*)
LDFLAGS="$LDFLAGS -lnetwork"
;;
*)
;;
esac