1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

fix a missing link in GNU/Hurd by force linking with pthread

This commit is contained in:
Emmanuel Bouthenot
2006-02-01 07:33:34 +00:00
parent f222a6ad7a
commit 4aac135244
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -41,6 +41,9 @@ netbsd*)
solaris*)
LDFLAGS="$LDFLAGS -lsocket -lxnet"
;;
gnu*)
LDFLAGS="$LDFLAGS -lpthread"
;;
*)
;;
esac
+3
View File
@@ -41,6 +41,9 @@ netbsd*)
solaris*)
LDFLAGS="$LDFLAGS -lsocket -lxnet"
;;
gnu*)
LDFLAGS="$LDFLAGS -lpthread"
;;
*)
;;
esac