diff options
author | Jack Lloyd <[email protected]> | 2016-02-07 03:49:34 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-02-07 03:49:34 -0500 |
commit | 0ed7333721b8205c2b4b281b6cd5c762754fbe7d (patch) | |
tree | c00d20180491f6bb41343ecaf27afad59fcfdc90 /src/lib/utils | |
parent | 9379336ba62e273601623bf28ece112946aec1e1 (diff) |
Utils needs librt dependency due to calling clock_gettime
Was previously on hres_timer entropy source
Diffstat (limited to 'src/lib/utils')
-rw-r--r-- | src/lib/utils/info.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/utils/info.txt b/src/lib/utils/info.txt index 348992ddf..511e6b0e8 100644 --- a/src/lib/utils/info.txt +++ b/src/lib/utils/info.txt @@ -31,3 +31,7 @@ rounding.h semaphore.h stl_util.h </header:internal> + +<libs> +linux -> rt +</libs> |