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

View File

@ -41,6 +41,9 @@ netbsd*)
solaris*)
LDFLAGS="$LDFLAGS -lsocket -lxnet"
;;
gnu*)
LDFLAGS="$LDFLAGS -lpthread"
;;
*)
;;
esac

View File

@ -41,6 +41,9 @@ netbsd*)
solaris*)
LDFLAGS="$LDFLAGS -lsocket -lxnet"
;;
gnu*)
LDFLAGS="$LDFLAGS -lpthread"
;;
*)
;;
esac