From c5f9f5a2dcf07c9bb5cb68c99575ea7cb0ce35f5 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 19 Sep 2018 10:47:17 +0200 Subject: [PATCH] link with rt when using clock_gettime() --- testApp/pv/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/testApp/pv/Makefile b/testApp/pv/Makefile index 59f8116..4f3acc1 100644 --- a/testApp/pv/Makefile +++ b/testApp/pv/Makefile @@ -68,3 +68,4 @@ TESTS += testValueBuilder TESTPROD_Linux += performstruct performstruct_SRCS += performstruct.cpp +performstruct_SYS_LIBS_Linux += rt