mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
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)
|
||||
{
|
||||
case "Sun*" : OTHERFLAGS = "-lpthread" ;
|
||||
case "Sun*" : OTHERFLAGS = "-lpthread -lrt" ;
|
||||
case "*BSD*" : OTHERFLAGS = "-lpthread" ;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user