Try and fix Sun-GCC failure by linking to -lrt.

[SVN r55998]
This commit is contained in:
John Maddock
2009-09-03 16:30:59 +00:00
parent 80947fe560
commit b013e0cb2c

View File

@ -18,7 +18,7 @@ if $(is_unix)
switch $(osname)
{
case "Sun*" : OTHERFLAGS = "-lpthread" ;
case "Sun*" : OTHERFLAGS = "-lpthread -lrt" ;
case "*BSD*" : OTHERFLAGS = "-lpthread" ;
}
}