1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 13:56:37 +02:00

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

This commit is contained in:
Sébastien Helleu
2019-11-10 11:05:32 +01:00
parent 8d991f1284
commit 421d6481da
+3
View File
@@ -1327,6 +1327,9 @@ netbsd*)
gnu*)
LDFLAGS="$LDFLAGS -lpthread"
;;
haiku*)
LDFLAGS="$LDFLAGS -lnetwork"
;;
*)
;;
esac