forked from boostorg/config
Try and fix Sun-GCC failure by linking to -lrt.
[SVN r55998]
This commit is contained in:
@@ -18,7 +18,7 @@ if $(is_unix)
|
|||||||
|
|
||||||
switch $(osname)
|
switch $(osname)
|
||||||
{
|
{
|
||||||
case "Sun*" : OTHERFLAGS = "-lpthread" ;
|
case "Sun*" : OTHERFLAGS = "-lpthread -lrt" ;
|
||||||
case "*BSD*" : OTHERFLAGS = "-lpthread" ;
|
case "*BSD*" : OTHERFLAGS = "-lpthread" ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user