removed the librt dependency, since it seems nonexistant on most linuxes

This commit is contained in:
Arvid Norberg 2007-06-15 17:54:35 +00:00
parent 852331e50d
commit 1c8c2cde54
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@ rule linking ( properties * )
# clock_gettime on linux requires librt
if <target-os>linux in $(properties)
{
result += <library>rt ;
# when do one need to link against librt?
# result += <library>rt ;
}
return $(result) ;