From 9d74e069ba9ca87839f1ac84f95ce3cadfa4f344 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Fri, 11 Jan 2013 17:42:06 +0100 Subject: [PATCH] test: explicitly link gtest main against pthread --- testApp/utils/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/testApp/utils/Makefile b/testApp/utils/Makefile index f47fb9b..b19ae6c 100644 --- a/testApp/utils/Makefile +++ b/testApp/utils/Makefile @@ -11,6 +11,7 @@ inetAddressUtilsTest_CXXFLAGS=-O0 testUtils_SRCS += atomicBooleanTest.cpp testUtils_LIBS += pvAccess pvData Com gtest_main gtest_main_DIR=$(GTEST)/lib +testUtils_SYS_LIBS += pthread endif #PROD_HOST += loggerTest