mk: fix missing librt dependencies
authorDaniel Mrzyglod <danielx.t.mrzyglod@intel.com>
Tue, 22 Mar 2016 12:51:02 +0000 (13:51 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 22 Mar 2016 19:46:53 +0000 (20:46 +0100)
commit281948b4753ee07d1eeb41e07642bd2907c2950f
treef37f691a876f10e9ef0049eb30df086881203a74
parent8bc6573fb3a0108bd636c2187713b07f57a3c0d9
mk: fix missing librt dependencies

For GLIBC < 2.17 it is necessery to add -lrt for linker
from glibc > 2.17 The `clock_*' suite of functions (declared in <time.h>) is now
available directly in the main C library. This affect Ubuntu 12.04 in i686
and other older Linux Distros).

Fixes: 4758404a3084 ("mk: fix eal shared library dependencies")

Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
app/test/Makefile
examples/ptpclient/Makefile
lib/librte_eal/linuxapp/eal/Makefile