OSDN Git Service

build: Link mcaptest with -lrt
authorJohn Keeping <john@metanate.com>
Tue, 17 Nov 2015 15:21:11 +0000 (15:21 +0000)
committerJohan Hedberg <johan.hedberg@intel.com>
Sun, 22 Nov 2015 13:09:22 +0000 (16:09 +0300)
commit431c44e5ad437de5f29b5004bde7bb6820cfa636
tree04e3ea8bdaf44a63141fdc04ccd6b6fbc6a519fe
parent9b2abb1fa279b1cd9cab0031a477bf6933f120a7
build: Link mcaptest with -lrt

profiles/health/mcap.c uses clock_gettime(3) so it needs to be linked
with -lrt on some systems.
Makefile.tools